JVM: Generate object and companion object INSTANCE fields as @NotNull
This commit is contained in:
@@ -22,6 +22,7 @@ import java.lang.System;
|
||||
|
||||
@kotlin.Metadata()
|
||||
public final class Simple {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final test.Simple.Companion Companion = null;
|
||||
|
||||
@MyAnnotation()
|
||||
|
||||
Reference in New Issue
Block a user