Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/annotations/jvmStatic/constructorProperty.kt
T
2018-01-26 10:09:20 +01:00

3 lines
85 B
Kotlin
Vendored

class A(<!JVM_STATIC_NOT_IN_OBJECT_OR_CLASS_COMPANION!>@JvmStatic val z: Int<!>) {
}