4 lines
71 B
Kotlin
Vendored
4 lines
71 B
Kotlin
Vendored
// !LANGUAGE: -JvmStaticInInterface
|
|
class A(@JvmStatic val z: Int) {
|
|
|
|
} |