mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
4 lines
121 B
Kotlin
Vendored
4 lines
121 B
Kotlin
Vendored
// !LANGUAGE: -JvmStaticInInterface
|
|
class A(<!JVM_STATIC_NOT_IN_OBJECT_OR_CLASS_COMPANION!>@JvmStatic val z: Int<!>) {
|
|
|
|
} |