FIR LC: always run with STDLIB (to handle JVM annotations)
This commit is contained in:
committed by
Ilya Kirillov
parent
5f3e5f80d4
commit
0212e9daae
@@ -1,16 +0,0 @@
|
||||
public final class JvmFieldKt /* JvmFieldKt*/ {
|
||||
@<error>()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private static final java.util.Collection<?> a;
|
||||
|
||||
@<error>()
|
||||
private static int b;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final java.util.Collection<?> getA();// getA()
|
||||
|
||||
public static final int getB();// getB()
|
||||
|
||||
public static final void setB(int);// setB(int)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user