Cleanup deprecated symbol usages in testData
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package otherpackage
|
||||
|
||||
fun fromOtherPackage(): Boolean {
|
||||
val c = javaClass<Runnable>()
|
||||
val c = Runnable::class.java
|
||||
return (c.getName()!! == "java.lang.Runnable")
|
||||
}
|
||||
Reference in New Issue
Block a user