mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
9 lines
160 B
Kotlin
Vendored
9 lines
160 B
Kotlin
Vendored
class A {
|
|
inline val s: Int
|
|
get() = 1
|
|
}
|
|
|
|
// METHOD : A.getS()I
|
|
// VARIABLE : NAME=this TYPE=LA; INDEX=0
|
|
// VARIABLE : NAME=$i$f$getS TYPE=I INDEX=1
|