6 lines
50 B
Kotlin
Vendored
6 lines
50 B
Kotlin
Vendored
class Foo {
|
|
val a = x
|
|
val b = y
|
|
}
|
|
|
|
Foo().b |