FIR LC: always run with STDLIB (to handle JVM annotations)
This commit is contained in:
committed by
Ilya Kirillov
parent
5f3e5f80d4
commit
0212e9daae
@@ -2,9 +2,6 @@ public final class Foo /* Foo*/ {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private error.NonExistentClass delegatedProp$delegate;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private error.NonExistentClass lazyProp$delegate;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final Foo b;
|
||||
|
||||
@@ -32,6 +29,9 @@ public final class Foo /* Foo*/ {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private java.lang.String protectedWithPrivateSet;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private kotlin.Lazy<java.lang.String> lazyProp$delegate;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final Foo.Companion Companion;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user