FIR LC: always run with STDLIB (to handle JVM annotations)
This commit is contained in:
committed by
Ilya Kirillov
parent
5f3e5f80d4
commit
0212e9daae
@@ -1,30 +0,0 @@
|
||||
public final class A /* A*/ {
|
||||
@<error>()
|
||||
@<error>()
|
||||
private int y;
|
||||
|
||||
@<error>()
|
||||
private int x;
|
||||
|
||||
private int z;
|
||||
|
||||
@<error>()
|
||||
public final int getZ();// getZ()
|
||||
|
||||
@<error>()
|
||||
public final void foo();// foo()
|
||||
|
||||
@<error>()
|
||||
public final void setZ(int);// setZ(int)
|
||||
|
||||
public A();// .ctor()
|
||||
|
||||
public final int getX();// getX()
|
||||
|
||||
public final int getY();// getY()
|
||||
|
||||
public final void setX(int);// setX(int)
|
||||
|
||||
public final void setY(int);// setY(int)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user