Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/annotations/jvmStatic/constructorProperty.kt
T

5 lines
138 B
Kotlin
Vendored

// FIR_IDENTICAL
// !LANGUAGE: -JvmStaticInInterface
class A(<!JVM_STATIC_NOT_IN_OBJECT_OR_CLASS_COMPANION!>@JvmStatic val z: Int<!>) {
}