Kotlin Uast: Initial implementation
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class Simple {
|
||||
val a: String = "text" + "other" + "text"
|
||||
val b = listOf("A")
|
||||
|
||||
fun test() {
|
||||
System.out.println(5.0f / 2)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user