Replace "jet" package name with "kotlin" in testData
This commit is contained in:
@@ -7,7 +7,7 @@ class Super {
|
||||
}
|
||||
|
||||
class Sub extends Super {
|
||||
void foo(jet.Function0<jet.Unit> r) {
|
||||
void foo(kotlin.Function0<kotlin.Unit> r) {
|
||||
lastCalled = "sub";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user