JVM: no nullability annotations on private and synthetic fields
This commit is contained in:
@@ -6,7 +6,7 @@ public annotation class Anno
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
private final @Anno @org.jetbrains.annotations.NotNull field json: java.lang.String
|
||||
private final @Anno field json: java.lang.String
|
||||
private final field x: int
|
||||
public method <init>(p0: int): void
|
||||
public final method component1(): int
|
||||
|
||||
Reference in New Issue
Block a user