FIR LC: always run with STDLIB (to handle JVM annotations)
This commit is contained in:
committed by
Ilya Kirillov
parent
5f3e5f80d4
commit
0212e9daae
@@ -28,13 +28,8 @@ public abstract @interface AnnoWithCompanion /* AnnoWithCompanion*/ {
|
||||
}
|
||||
|
||||
public static final class Companion /* AnnoWithCompanion.Companion*/ {
|
||||
@<error>()
|
||||
private final int x;
|
||||
|
||||
private Companion();// .ctor()
|
||||
|
||||
public final int getX();// getX()
|
||||
|
||||
public final void foo();// foo()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user