FIR LC: always run with STDLIB (to handle JVM annotations)
This commit is contained in:
committed by
Ilya Kirillov
parent
5f3e5f80d4
commit
0212e9daae
+2
-2
@@ -3,10 +3,10 @@ public final class X /* X*/ {
|
||||
|
||||
private int w;
|
||||
|
||||
@<error>()
|
||||
@kotlin.jvm.JvmSynthetic()
|
||||
public final int getV();// getV()
|
||||
|
||||
@<error>()
|
||||
@kotlin.jvm.JvmSynthetic()
|
||||
public final void setW(int);// setW(int)
|
||||
|
||||
public X();// .ctor()
|
||||
|
||||
Reference in New Issue
Block a user