mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-18 15:52:31 +00:00
Replace "jet" package name with "kotlin" in testData
This commit is contained in:
@@ -9,6 +9,6 @@ public interface OverriddenAmbiguousAdapters {
|
||||
}
|
||||
|
||||
public interface Sub extends Super {
|
||||
void foo(jet.Function0<jet.Unit> r);
|
||||
void foo(kotlin.Function0<kotlin.Unit> r);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user