2a0f64ebcb
#KT-41810 Fixed
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
|