JVM, JVM_IR: no nullability annotations on lateinit backing fields
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public @org.jetbrains.annotations.NotNull field x: A
|
||||
public field x: A
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getX(): A
|
||||
public final method setX(@org.jetbrains.annotations.NotNull p0: A): void
|
||||
|
||||
Reference in New Issue
Block a user