mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
7 lines
120 B
Kotlin
7 lines
120 B
Kotlin
class A {
|
|
companion object {
|
|
val r: Int = 1;
|
|
}
|
|
}
|
|
// A and companion object constructor call
|
|
// 2 ALOAD 0 |