Update UAST to 1.0.10; move uast-kotlin tests to Kotlin project
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class Simple {
|
||||
fun method() {
|
||||
println("Hello, world!")
|
||||
}
|
||||
|
||||
val property: String = "Mary"
|
||||
}
|
||||
Reference in New Issue
Block a user