mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
Drop package facades: update compiler tests.
This commit is contained in:
@@ -6,6 +6,6 @@ import java.util.ArrayList;
|
||||
class Vararg {
|
||||
{
|
||||
List<String> list = new ArrayList<String>();
|
||||
List<String> r = TestPackage.gg(list, 3, 4, 5, 6);
|
||||
List<String> r = VarargKt.gg(list, 3, 4, 5, 6);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user