mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
9 lines
244 B
Java
Vendored
9 lines
244 B
Java
Vendored
public class Test {
|
|
public static void checkCallFromJava() {
|
|
try {
|
|
String x = _DefaultPackage.foo().iterator().next();
|
|
throw new AssertionError("E should have been thrown");
|
|
} catch (E e) { }
|
|
}
|
|
}
|