JVM: no nullability annotations on private and synthetic fields
This commit is contained in:
@@ -10,7 +10,7 @@ public annotation class AllOpen2
|
||||
@AllOpen2
|
||||
@kotlin.Metadata
|
||||
public 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 @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
public method method(): void
|
||||
|
||||
Reference in New Issue
Block a user