7 lines
66 B
Kotlin
Vendored
7 lines
66 B
Kotlin
Vendored
class A {
|
|
val i: Int = 1
|
|
}
|
|
|
|
fun A.foo() {
|
|
<expr>i</expr>
|
|
} |