Cleanup deprecated symbol usages in testData
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
fun box(): String {
|
||||
class C
|
||||
|
||||
val name = javaClass<C>().getSimpleName()
|
||||
val name = C::class.java.getSimpleName()
|
||||
if (name != "box\$C") return "Fail: $name"
|
||||
|
||||
return "OK"
|
||||
|
||||
Reference in New Issue
Block a user