mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 15:51:01 +00:00
9 lines
173 B
Kotlin
Vendored
9 lines
173 B
Kotlin
Vendored
@Deprecated("", level = DeprecationLevel.WARNING)
|
|
class W
|
|
|
|
@Deprecated("", level = DeprecationLevel.ERROR)
|
|
class E
|
|
|
|
@Deprecated("", level = DeprecationLevel.HIDDEN)
|
|
class H
|