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