Files
2022-03-11 13:51:16 +01:00

9 lines
101 B
Kotlin
Vendored

class Test {
const val bar : Int = 42
}
fun box() {
val t = Test()
t.<expr>bar</expr>
}