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:
@@ -3,6 +3,6 @@ package test;
|
||||
|
||||
class IntArray {
|
||||
{
|
||||
Integer[] r = TestPackage.doNothing(new Integer[0], null);
|
||||
Integer[] r = IntegerArrayKt.doNothing(new Integer[0], null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user