JVM: no nullability annotations on private and synthetic fields
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@kotlin.Metadata
|
||||
public final class Test {
|
||||
private final @org.jetbrains.annotations.NotNull field prop: java.lang.String
|
||||
private final field prop: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
public final method method(): void
|
||||
|
||||
Reference in New Issue
Block a user