JVM, JVM_IR: no nullability annotations on private and synthetic methods
NB it looks like it doesn't cover all cases, e.g., some synthetic methods generated for suspend functions.
This commit is contained in:
+38
-38
@@ -21,8 +21,8 @@ public final class NullabilityInExpansionKt {
|
||||
@kotlin.Metadata
|
||||
public final class Q1 {
|
||||
private final field x: java.lang.Integer
|
||||
private synthetic method <init>(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): Q1
|
||||
private synthetic method <init>(p0: java.lang.Integer): void
|
||||
public synthetic final static method box-impl(p0: java.lang.Integer): Q1
|
||||
public static @org.jetbrains.annotations.NotNull method constructor-impl(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): java.lang.Integer
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.lang.Integer, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
@@ -32,14 +32,14 @@ public final class Q1 {
|
||||
public static method hashCode-impl(p0: java.lang.Integer): int
|
||||
public method toString(): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method toString-impl(p0: java.lang.Integer): java.lang.String
|
||||
public synthetic final @org.jetbrains.annotations.Nullable method unbox-impl(): java.lang.Integer
|
||||
public synthetic final method unbox-impl(): java.lang.Integer
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Q2 {
|
||||
private final field z: java.lang.Integer
|
||||
private synthetic method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.Integer): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(@org.jetbrains.annotations.NotNull p0: java.lang.Integer): Q2
|
||||
private synthetic method <init>(p0: java.lang.Integer): void
|
||||
public synthetic final static method box-impl(p0: java.lang.Integer): Q2
|
||||
public static @org.jetbrains.annotations.NotNull method constructor-impl(@org.jetbrains.annotations.NotNull p0: java.lang.Integer): java.lang.Integer
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.lang.Integer, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
@@ -49,14 +49,14 @@ public final class Q2 {
|
||||
public static method hashCode-impl(p0: java.lang.Integer): int
|
||||
public method toString(): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method toString-impl(p0: java.lang.Integer): java.lang.String
|
||||
public synthetic final @org.jetbrains.annotations.NotNull method unbox-impl(): java.lang.Integer
|
||||
public synthetic final method unbox-impl(): java.lang.Integer
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class QN {
|
||||
private final field z: Q1
|
||||
private synthetic method <init>(@org.jetbrains.annotations.Nullable p0: Q1): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(@org.jetbrains.annotations.Nullable p0: Q1): QN
|
||||
private synthetic method <init>(p0: Q1): void
|
||||
public synthetic final static method box-impl(p0: Q1): QN
|
||||
public static @org.jetbrains.annotations.NotNull method constructor-impl(@org.jetbrains.annotations.Nullable p0: Q1): Q1
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: Q1, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
@@ -66,14 +66,14 @@ public final class QN {
|
||||
public static method hashCode-impl(p0: Q1): int
|
||||
public method toString(): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method toString-impl(p0: Q1): java.lang.String
|
||||
public synthetic final @org.jetbrains.annotations.Nullable method unbox-impl(): Q1
|
||||
public synthetic final method unbox-impl(): Q1
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class S1 {
|
||||
private final field x: java.lang.String
|
||||
private synthetic method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(@org.jetbrains.annotations.NotNull p0: java.lang.String): S1
|
||||
private synthetic method <init>(p0: java.lang.String): void
|
||||
public synthetic final static method box-impl(p0: java.lang.String): S1
|
||||
public static @org.jetbrains.annotations.NotNull method constructor-impl(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
@@ -83,14 +83,14 @@ public final class S1 {
|
||||
public static method hashCode-impl(p0: java.lang.String): int
|
||||
public method toString(): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method toString-impl(p0: java.lang.String): java.lang.String
|
||||
public synthetic final @org.jetbrains.annotations.NotNull method unbox-impl(): java.lang.String
|
||||
public synthetic final method unbox-impl(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class S2 {
|
||||
private final field z: java.lang.String
|
||||
private synthetic method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(@org.jetbrains.annotations.NotNull p0: java.lang.String): S2
|
||||
private synthetic method <init>(p0: java.lang.String): void
|
||||
public synthetic final static method box-impl(p0: java.lang.String): S2
|
||||
public static @org.jetbrains.annotations.NotNull method constructor-impl(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
@@ -100,14 +100,14 @@ public final class S2 {
|
||||
public static method hashCode-impl(p0: java.lang.String): int
|
||||
public method toString(): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method toString-impl(p0: java.lang.String): java.lang.String
|
||||
public synthetic final @org.jetbrains.annotations.NotNull method unbox-impl(): java.lang.String
|
||||
public synthetic final method unbox-impl(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SN {
|
||||
private final field z: java.lang.String
|
||||
private synthetic method <init>(@org.jetbrains.annotations.Nullable p0: java.lang.String): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(@org.jetbrains.annotations.Nullable p0: java.lang.String): SN
|
||||
private synthetic method <init>(p0: java.lang.String): void
|
||||
public synthetic final static method box-impl(p0: java.lang.String): SN
|
||||
public static @org.jetbrains.annotations.NotNull method constructor-impl(@org.jetbrains.annotations.Nullable p0: java.lang.String): java.lang.String
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
@@ -117,14 +117,14 @@ public final class SN {
|
||||
public static method hashCode-impl(p0: java.lang.String): int
|
||||
public method toString(): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method toString-impl(p0: java.lang.String): java.lang.String
|
||||
public synthetic final @org.jetbrains.annotations.Nullable method unbox-impl(): java.lang.String
|
||||
public synthetic final method unbox-impl(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SN2 {
|
||||
private final field z: java.lang.String
|
||||
private synthetic method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(@org.jetbrains.annotations.NotNull p0: java.lang.String): SN2
|
||||
private synthetic method <init>(p0: java.lang.String): void
|
||||
public synthetic final static method box-impl(p0: java.lang.String): SN2
|
||||
public static @org.jetbrains.annotations.NotNull method constructor-impl(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
@@ -134,14 +134,14 @@ public final class SN2 {
|
||||
public static method hashCode-impl(p0: java.lang.String): int
|
||||
public method toString(): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method toString-impl(p0: java.lang.String): java.lang.String
|
||||
public synthetic final @org.jetbrains.annotations.NotNull method unbox-impl(): java.lang.String
|
||||
public synthetic final method unbox-impl(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class W1 {
|
||||
private final field x: java.lang.String
|
||||
private synthetic method <init>(@org.jetbrains.annotations.Nullable p0: java.lang.String): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(@org.jetbrains.annotations.Nullable p0: java.lang.String): W1
|
||||
private synthetic method <init>(p0: java.lang.String): void
|
||||
public synthetic final static method box-impl(p0: java.lang.String): W1
|
||||
public static @org.jetbrains.annotations.NotNull method constructor-impl(@org.jetbrains.annotations.Nullable p0: java.lang.String): java.lang.String
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
@@ -151,14 +151,14 @@ public final class W1 {
|
||||
public static method hashCode-impl(p0: java.lang.String): int
|
||||
public method toString(): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method toString-impl(p0: java.lang.String): java.lang.String
|
||||
public synthetic final @org.jetbrains.annotations.Nullable method unbox-impl(): java.lang.String
|
||||
public synthetic final method unbox-impl(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class W2 {
|
||||
private final field z: java.lang.String
|
||||
private synthetic method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(@org.jetbrains.annotations.NotNull p0: java.lang.String): W2
|
||||
private synthetic method <init>(p0: java.lang.String): void
|
||||
public synthetic final static method box-impl(p0: java.lang.String): W2
|
||||
public static @org.jetbrains.annotations.NotNull method constructor-impl(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
@@ -168,14 +168,14 @@ public final class W2 {
|
||||
public static method hashCode-impl(p0: java.lang.String): int
|
||||
public method toString(): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method toString-impl(p0: java.lang.String): java.lang.String
|
||||
public synthetic final @org.jetbrains.annotations.NotNull method unbox-impl(): java.lang.String
|
||||
public synthetic final method unbox-impl(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class WN {
|
||||
private final field z: W1
|
||||
private synthetic method <init>(@org.jetbrains.annotations.Nullable p0: W1): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(@org.jetbrains.annotations.Nullable p0: W1): WN
|
||||
private synthetic method <init>(p0: W1): void
|
||||
public synthetic final static method box-impl(p0: W1): WN
|
||||
public static @org.jetbrains.annotations.NotNull method constructor-impl(@org.jetbrains.annotations.Nullable p0: W1): W1
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: W1, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
@@ -185,14 +185,14 @@ public final class WN {
|
||||
public static method hashCode-impl(p0: W1): int
|
||||
public method toString(): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method toString-impl(p0: W1): java.lang.String
|
||||
public synthetic final @org.jetbrains.annotations.Nullable method unbox-impl(): W1
|
||||
public synthetic final method unbox-impl(): W1
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Z1 {
|
||||
private final field x: int
|
||||
private synthetic method <init>(p0: int): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(p0: int): Z1
|
||||
public synthetic final static method box-impl(p0: int): Z1
|
||||
public static method constructor-impl(p0: int): int
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: int, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
@@ -209,7 +209,7 @@ public final class Z1 {
|
||||
public final class Z2 {
|
||||
private final field z: int
|
||||
private synthetic method <init>(p0: int): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(p0: int): Z2
|
||||
public synthetic final static method box-impl(p0: int): Z2
|
||||
public static method constructor-impl(p0: int): int
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: int, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
@@ -225,8 +225,8 @@ public final class Z2 {
|
||||
@kotlin.Metadata
|
||||
public final class ZN {
|
||||
private final field z: Z1
|
||||
private synthetic method <init>(@org.jetbrains.annotations.Nullable p0: Z1): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(@org.jetbrains.annotations.Nullable p0: Z1): ZN
|
||||
private synthetic method <init>(p0: Z1): void
|
||||
public synthetic final static method box-impl(p0: Z1): ZN
|
||||
public static @org.jetbrains.annotations.NotNull method constructor-impl(@org.jetbrains.annotations.Nullable p0: Z1): Z1
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: Z1, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
@@ -236,14 +236,14 @@ public final class ZN {
|
||||
public static method hashCode-impl(p0: Z1): int
|
||||
public method toString(): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method toString-impl(p0: Z1): java.lang.String
|
||||
public synthetic final @org.jetbrains.annotations.Nullable method unbox-impl(): Z1
|
||||
public synthetic final method unbox-impl(): Z1
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ZN2 {
|
||||
private final field z: Z1
|
||||
private synthetic method <init>(@org.jetbrains.annotations.NotNull p0: Z1): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(@org.jetbrains.annotations.NotNull p0: Z1): ZN2
|
||||
private synthetic method <init>(p0: Z1): void
|
||||
public synthetic final static method box-impl(p0: Z1): ZN2
|
||||
public static @org.jetbrains.annotations.NotNull method constructor-impl(@org.jetbrains.annotations.NotNull p0: Z1): Z1
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: Z1, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
@@ -253,5 +253,5 @@ public final class ZN2 {
|
||||
public static method hashCode-impl(p0: Z1): int
|
||||
public method toString(): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method toString-impl(p0: Z1): java.lang.String
|
||||
public synthetic final @org.jetbrains.annotations.NotNull method unbox-impl(): Z1
|
||||
public synthetic final method unbox-impl(): Z1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user