Implement Kotlin Script support in UAST
#KT-18353 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class Foo {
|
||||
class Bar(val a: Int, val b: Int) {
|
||||
fun getAPlusB() = a + b
|
||||
class Baz {
|
||||
fun doNothing() = Unit
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user