mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
Drop package facades: update compiler tests.
This commit is contained in:
@@ -2,6 +2,6 @@ package test;
|
||||
|
||||
class GenericArray {
|
||||
public static void ggff() {
|
||||
String[] s = TestPackage.ffgg(new String[0]);
|
||||
String[] s = GenericArrayKt.ffgg(new String[0]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user