Replace "jet" package name with "kotlin" in testData
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fun box(): String {
|
||||
return unrelatedUpperBounds.id("OK" as java.lang.String)!! as jet.String
|
||||
return unrelatedUpperBounds.id("OK" as java.lang.String)!! as kotlin.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user