Drop package facades: update compiler tests.
This commit is contained in:
@@ -3,7 +3,7 @@ package test;
|
||||
public class StarProjection {
|
||||
void foo(K<?> k) {
|
||||
k.foo(null);
|
||||
TestPackage.bar(null);
|
||||
StarProjectionKt.bar(null);
|
||||
new Sub().foo(null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user