aa713ef1f6
otherwise check it independently like a function
9 lines
138 B
Kotlin
9 lines
138 B
Kotlin
fun foo() {
|
|
class B {
|
|
val a: Int
|
|
get() {
|
|
val b: Int
|
|
return b
|
|
}
|
|
}
|
|
} |