Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/deprecatedLateinitVar.kt
T
Dmitry Petrov e84339a0d3 JVM_IR: fields for deprecated enum entries have ACC_DEPRECATED flag
'Deprecated' annotation can't be applied to field itself.
2020-07-21 22:25:44 +03:00

2 lines
48 B
Kotlin
Vendored

@Deprecated("")
lateinit var lateinitVar: String