8 lines
98 B
Kotlin
Vendored
8 lines
98 B
Kotlin
Vendored
|
|
class C {
|
|
val length = 54
|
|
}
|
|
|
|
fun test(): Int {
|
|
return (<expr>C</expr>::length).get(C())
|
|
} |