Details
Description
Currently, analysis of files containing only Scala expressions is not supported, due to the fact that they are not valid at the top-level for Scala programs.
1 + 2
val x = 1
println("abc");
However, Scalameta seems to support the parsing from expression, we can use it to improve the current situation.
Attachments
Issue Links
- links to