9 lines
138 B
Kotlin
Vendored
9 lines
138 B
Kotlin
Vendored
fun foo() {
|
|
class B {
|
|
val a: Int
|
|
get() {
|
|
val b: Int
|
|
return b
|
|
}
|
|
}
|
|
} |