mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
Drop package facades: update compiler tests.
This commit is contained in:
@@ -2,6 +2,6 @@ package test;
|
||||
|
||||
public class PlatformName {
|
||||
public static void main(String[] args) {
|
||||
TestPackage.bar();
|
||||
PlatformNameKt.bar();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user