9 lines
101 B
Kotlin
Vendored
9 lines
101 B
Kotlin
Vendored
class Test {
|
|
const val bar : Int = 42
|
|
}
|
|
|
|
fun box() {
|
|
val t = Test()
|
|
t.<expr>bar</expr>
|
|
}
|