parser: fix bug in ide support

This commit is contained in:
2023-09-13 19:50:23 -07:00
parent 2307fdc0ed
commit 63e7203db9
6 changed files with 25 additions and 18 deletions

View File

@ -1,4 +1,5 @@
export func main() {
let pi = 3.141592653589793
println(pi)
}