Files
kotlin/compiler/testData/diagnostics/testsWithStdLib/annotations/jvmStatic/constructorProperty.kt
Alexander Udalov 8e77e16bbd Remove leftovers of platformName and platformStatic in test data
Drop unnecessary imports, rename some tests
2016-03-02 16:47:04 +03:00

3 lines
66 B
Kotlin
Vendored

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