Add test for converting a string literal to UAST

This commit is contained in:
Dmitry Jemerov
2017-02-08 11:29:13 +01:00
parent 5dc178460e
commit 00003684e8
2 changed files with 19 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
class Demo {
val foo = X.bar("lorem")
}