mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Drop package facades: update compiler tests.
This commit is contained in:
@@ -2,6 +2,6 @@ package test;
|
||||
|
||||
class Any {
|
||||
{
|
||||
Object r = TestPackage.anyany(new Object(), null);
|
||||
Object r = AnyKt.anyany(new Object(), null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user