mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 08:31:38 +00:00
6 lines
57 B
Kotlin
Vendored
6 lines
57 B
Kotlin
Vendored
class A {
|
|
init {
|
|
x = 1
|
|
}
|
|
val x: Int
|
|
} |