Files
kotlin/compiler/testData/codegen/bytecodeListing/deprecated/deprecatedClass.kt
2020-09-14 13:18:24 +02:00

9 lines
173 B
Kotlin
Vendored

@Deprecated("", level = DeprecationLevel.WARNING)
class W
@Deprecated("", level = DeprecationLevel.ERROR)
class E
@Deprecated("", level = DeprecationLevel.HIDDEN)
class H