Delete traces of "jet" in test data and unimportant code
This commit is contained in:
@@ -4,5 +4,5 @@ class A {
|
||||
|
||||
fun box(): String {
|
||||
val a = A()
|
||||
return a.f() // does not work: (in runtime) ClassCastException: A cannot be cast to jet.Function0
|
||||
return a.f() // does not work: (in runtime) ClassCastException: A cannot be cast to kotlin.Function0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user