KT-8206 java.lang.NoSuchFieldError: $kotlinClass for deprecated::class
Instantiate class literals for annotation classes as foreign.
This commit is contained in:
committed by
Alexander Udalov
parent
95f5d24988
commit
d540ff8890
+7
@@ -0,0 +1,7 @@
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
fun box(): String {
|
||||
assertEquals("deprecated", deprecated::class.simpleName)
|
||||
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user