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

4 lines
71 B
Kotlin
Vendored

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