5 lines
86 B
Kotlin
Vendored
5 lines
86 B
Kotlin
Vendored
class Foo(val x: Int,
|
|
var y: Int) {
|
|
val a = 1
|
|
var b = 2
|
|
} |