JVM IR: do not generate Deprecated(HIDDEN) class as synthetic
#KT-41810 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@Deprecated("", level = DeprecationLevel.WARNING)
|
||||
class W
|
||||
|
||||
@Deprecated("", level = DeprecationLevel.ERROR)
|
||||
class E
|
||||
|
||||
@Deprecated("", level = DeprecationLevel.HIDDEN)
|
||||
class H
|
||||
Reference in New Issue
Block a user