JVM: no nullability annotations on private and synthetic fields
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
@kotlin.Metadata
|
||||
public final class User {
|
||||
private final field age: int
|
||||
private final @org.jetbrains.annotations.NotNull field name: java.lang.String
|
||||
private final field name: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): void
|
||||
public final @org.jetbrains.annotations.NotNull method component1(): java.lang.String
|
||||
public final method component2(): int
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
@kotlin.Metadata
|
||||
@kotlin.Suppress
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field a: error.NonExistentClass
|
||||
private final field a: error.NonExistentClass
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getA(): error.NonExistentClass
|
||||
}
|
||||
|
||||
+2
-2
@@ -37,8 +37,8 @@ public final class test/TopLevel$NestedClass {
|
||||
@kotlin.Metadata
|
||||
public final class test/TopLevel {
|
||||
public final static @org.jetbrains.annotations.NotNull field Companion: test.TopLevel$Companion
|
||||
private final static @org.jetbrains.annotations.NotNull field q: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field x: java.lang.String
|
||||
private final static field q: java.lang.String
|
||||
private final field x: java.lang.String
|
||||
private final field y: int
|
||||
inner class test/TopLevel$Companion
|
||||
inner class test/TopLevel$InnerInterface
|
||||
|
||||
Reference in New Issue
Block a user