mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
Drop package facades: update compiler tests.
This commit is contained in:
@@ -2,15 +2,15 @@ package test;
|
||||
|
||||
class JavaClass {
|
||||
void testMethod() {
|
||||
TestPackage.none();
|
||||
TopLevelKt.none();
|
||||
|
||||
try {
|
||||
TestPackage.one();
|
||||
TopLevelKt.one();
|
||||
}
|
||||
catch (E1 e) {}
|
||||
|
||||
try {
|
||||
TestPackage.two();
|
||||
TopLevelKt.two();
|
||||
}
|
||||
catch (E1 e) {}
|
||||
catch (E2 e) {}
|
||||
|
||||
Reference in New Issue
Block a user