KT-27936 Generate InnerClasses attributes
This commit is contained in:
committed by
teamcity
parent
4a8eec8166
commit
18e61315f4
+131
@@ -0,0 +1,131 @@
|
||||
@kotlin.Metadata
|
||||
public interface KBar2 {
|
||||
// source: 'javaDefaultInterfaceMember.kt'
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface KFoo2 {
|
||||
// source: 'javaDefaultInterfaceMember.kt'
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class KFoo3$DefaultImpls {
|
||||
// source: 'javaDefaultInterfaceMember.kt'
|
||||
public static method foo(@org.jetbrains.annotations.NotNull p0: KFoo3): void
|
||||
public final inner class KFoo3$DefaultImpls
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface KFoo3 {
|
||||
// source: 'javaDefaultInterfaceMember.kt'
|
||||
public abstract method foo(): void
|
||||
public final inner class KFoo3$DefaultImpls
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface KFooUnrelated {
|
||||
// source: 'javaDefaultInterfaceMember.kt'
|
||||
public abstract method foo(): void
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmInline
|
||||
@kotlin.Metadata
|
||||
public final class TestBar1 {
|
||||
// source: 'javaDefaultInterfaceMember.kt'
|
||||
private final field x: int
|
||||
private synthetic method <init>(p0: int): void
|
||||
public method bar(): void
|
||||
public static method bar-impl(p0: int): void
|
||||
public synthetic final static method box-impl(p0: int): TestBar1
|
||||
public static method constructor-impl(p0: int): int
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: int, p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: int, p1: int): boolean
|
||||
public final method getX(): int
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: int): int
|
||||
public method toString(): java.lang.String
|
||||
public static method toString-impl(p0: int): java.lang.String
|
||||
public synthetic final method unbox-impl(): int
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmInline
|
||||
@kotlin.Metadata
|
||||
public final class TestBar2 {
|
||||
// source: 'javaDefaultInterfaceMember.kt'
|
||||
private final field x: int
|
||||
private synthetic method <init>(p0: int): void
|
||||
public method bar(): void
|
||||
public static method bar-impl(p0: int): void
|
||||
public synthetic final static method box-impl(p0: int): TestBar2
|
||||
public static method constructor-impl(p0: int): int
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: int, p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: int, p1: int): boolean
|
||||
public final method getX(): int
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: int): int
|
||||
public method toString(): java.lang.String
|
||||
public static method toString-impl(p0: int): java.lang.String
|
||||
public synthetic final method unbox-impl(): int
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmInline
|
||||
@kotlin.Metadata
|
||||
public final class TestFoo1 {
|
||||
// source: 'javaDefaultInterfaceMember.kt'
|
||||
private final field x: int
|
||||
private synthetic method <init>(p0: int): void
|
||||
public synthetic final static method box-impl(p0: int): TestFoo1
|
||||
public static method constructor-impl(p0: int): int
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: int, p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: int, p1: int): boolean
|
||||
public final method getX(): int
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: int): int
|
||||
public method toString(): java.lang.String
|
||||
public static method toString-impl(p0: int): java.lang.String
|
||||
public synthetic final method unbox-impl(): int
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmInline
|
||||
@kotlin.Metadata
|
||||
public final class TestFoo2 {
|
||||
// source: 'javaDefaultInterfaceMember.kt'
|
||||
private final field x: int
|
||||
private synthetic method <init>(p0: int): void
|
||||
public synthetic final static method box-impl(p0: int): TestFoo2
|
||||
public static method constructor-impl(p0: int): int
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: int, p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: int, p1: int): boolean
|
||||
public final method getX(): int
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: int): int
|
||||
public method toString(): java.lang.String
|
||||
public static method toString-impl(p0: int): java.lang.String
|
||||
public synthetic final method unbox-impl(): int
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmInline
|
||||
@kotlin.Metadata
|
||||
public final class TestFoo3 {
|
||||
// source: 'javaDefaultInterfaceMember.kt'
|
||||
private final field x: int
|
||||
private synthetic method <init>(p0: int): void
|
||||
public synthetic final static method box-impl(p0: int): TestFoo3
|
||||
public static method constructor-impl(p0: int): int
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: int, p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: int, p1: int): boolean
|
||||
public method foo(): void
|
||||
public static method foo-impl(p0: int): void
|
||||
public final method getX(): int
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: int): int
|
||||
public method toString(): java.lang.String
|
||||
public static method toString-impl(p0: int): java.lang.String
|
||||
public synthetic final method unbox-impl(): int
|
||||
public final inner class KFoo3$DefaultImpls
|
||||
}
|
||||
Vendored
+60
@@ -0,0 +1,60 @@
|
||||
@kotlin.Metadata
|
||||
public final class IFoo$DefaultImpls {
|
||||
// source: 'defaultInterfaceMethodsInInlineClass.kt'
|
||||
public static @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: IFoo, p1: java.lang.Object): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: IFoo, p1: java.lang.Object): java.lang.String
|
||||
public synthetic static method withDefault$default(p0: IFoo, p1: java.lang.Object, p2: int, p3: int, p4: java.lang.Object): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method withDefault(@org.jetbrains.annotations.NotNull p0: IFoo, p1: java.lang.Object, p2: int): java.lang.String
|
||||
public final inner class IFoo$DefaultImpls
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface IFoo {
|
||||
// source: 'defaultInterfaceMethodsInInlineClass.kt'
|
||||
public abstract @org.jetbrains.annotations.NotNull method bar(p0: java.lang.Object): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method withDefault(p0: java.lang.Object, p1: int): java.lang.String
|
||||
public final inner class IFoo$DefaultImpls
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmInline
|
||||
@kotlin.Metadata
|
||||
public final class L {
|
||||
// source: 'defaultInterfaceMethodsInInlineClass.kt'
|
||||
private final field x: long
|
||||
private synthetic method <init>(p0: long): void
|
||||
public synthetic bridge method bar(p0: java.lang.Object): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method bar--h0D71M(p0: long): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method bar--h0D71M(p0: long, p1: long): java.lang.String
|
||||
public synthetic final static method box-impl(p0: long): L
|
||||
public static method constructor-impl(p0: long): long
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: long, p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: long, p1: long): boolean
|
||||
public synthetic bridge method foo(p0: java.lang.Object): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method foo--h0D71M(p0: long): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method foo--h0D71M(p0: long, p1: long): java.lang.String
|
||||
public final method getX(): long
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: long): int
|
||||
public method toString(): java.lang.String
|
||||
public static method toString-impl(p0: long): java.lang.String
|
||||
public synthetic final method unbox-impl(): long
|
||||
public synthetic bridge method withDefault(p0: java.lang.Object, p1: int): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method withDefault-7bZmAKo(p0: long, p1: int): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method withDefault-7bZmAKo(p0: long, p1: long, p2: int): java.lang.String
|
||||
public final inner class IFoo$DefaultImpls
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class X {
|
||||
// source: 'defaultInterfaceMethodsInInlineClass.kt'
|
||||
public method <init>(): void
|
||||
public synthetic bridge method bar(p0: java.lang.Object): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method bar--h0D71M(p0: long): java.lang.String
|
||||
public synthetic bridge method foo(p0: java.lang.Object): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method foo--h0D71M(p0: long): java.lang.String
|
||||
public synthetic bridge method withDefault(p0: java.lang.Object, p1: int): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method withDefault-7bZmAKo(p0: long, p1: int): java.lang.String
|
||||
public final inner class IFoo$DefaultImpls
|
||||
}
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
public final class InlineMapEntry {
|
||||
// source: 'mapEntry.kt'
|
||||
private final field e: java.util.Map$Entry
|
||||
private synthetic method <init>(p0: java.util.Map$Entry): void
|
||||
public synthetic final static method box-impl(p0: java.util.Map$Entry): InlineMapEntry
|
||||
public static method constructor-impl(p0: java.util.Map$Entry): java.util.Map$Entry
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.util.Map$Entry, p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: java.util.Map$Entry, p1: java.util.Map$Entry): boolean
|
||||
public method getKey(): java.lang.Object
|
||||
public static method getKey-impl(p0: java.util.Map$Entry): java.lang.Object
|
||||
public method getValue(): java.lang.Object
|
||||
public static method getValue-impl(p0: java.util.Map$Entry): java.lang.Object
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: java.util.Map$Entry): int
|
||||
public method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public method toString(): java.lang.String
|
||||
public static method toString-impl(p0: java.util.Map$Entry): java.lang.String
|
||||
public synthetic final method unbox-impl(): java.util.Map$Entry
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
+1
@@ -36,4 +36,5 @@ public final class InlineMap {
|
||||
public static method toString-impl(p0: java.util.Map): java.lang.String
|
||||
public synthetic final method unbox-impl(): java.util.Map
|
||||
public synthetic bridge method values(): java.util.Collection
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
Vendored
+22
@@ -0,0 +1,22 @@
|
||||
public final class InlineMutableMapEntry {
|
||||
// source: 'mutableMapEntry.kt'
|
||||
private final field e: java.util.Map$Entry
|
||||
private synthetic method <init>(p0: java.util.Map$Entry): void
|
||||
public synthetic final static method box-impl(p0: java.util.Map$Entry): InlineMutableMapEntry
|
||||
public static method constructor-impl(p0: java.util.Map$Entry): java.util.Map$Entry
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.util.Map$Entry, p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: java.util.Map$Entry, p1: java.util.Map$Entry): boolean
|
||||
public method getKey(): java.lang.Object
|
||||
public static method getKey-impl(p0: java.util.Map$Entry): java.lang.Object
|
||||
public method getValue(): java.lang.Object
|
||||
public static method getValue-impl(p0: java.util.Map$Entry): java.lang.Object
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: java.util.Map$Entry): int
|
||||
public method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public static method setValue-impl(p0: java.util.Map$Entry, p1: java.lang.Object): java.lang.Object
|
||||
public method toString(): java.lang.String
|
||||
public static method toString-impl(p0: java.util.Map$Entry): java.lang.String
|
||||
public synthetic final method unbox-impl(): java.util.Map$Entry
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
+1
@@ -40,4 +40,5 @@ public final class InlineMutableMap {
|
||||
public static method toString-impl(p0: java.util.Map): java.lang.String
|
||||
public synthetic final method unbox-impl(): java.util.Map
|
||||
public synthetic bridge method values(): java.util.Collection
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
+1
@@ -54,4 +54,5 @@ public final class InlineMapEntry {
|
||||
public method toString(): java.lang.String
|
||||
public static method toString-impl(p0: java.util.Map$Entry): java.lang.String
|
||||
public synthetic final method unbox-impl(): java.util.Map$Entry
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
Vendored
+1
@@ -77,4 +77,5 @@ public final class InlineMap {
|
||||
public static method toString-impl(p0: java.util.Map): java.lang.String
|
||||
public synthetic final method unbox-impl(): java.util.Map
|
||||
public synthetic bridge method values(): java.util.Collection
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
+59
@@ -0,0 +1,59 @@
|
||||
public final class IK {
|
||||
// source: 'mutableMapEntry.kt'
|
||||
private final field x: int
|
||||
private synthetic method <init>(p0: int): void
|
||||
public synthetic final static method box-impl(p0: int): IK
|
||||
public static method constructor-impl(p0: int): int
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: int, p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: int, p1: int): boolean
|
||||
public final method getX(): int
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: int): int
|
||||
public method toString(): java.lang.String
|
||||
public static method toString-impl(p0: int): java.lang.String
|
||||
public synthetic final method unbox-impl(): int
|
||||
}
|
||||
|
||||
public final class IV {
|
||||
// source: 'mutableMapEntry.kt'
|
||||
private final field x: double
|
||||
private synthetic method <init>(p0: double): void
|
||||
public synthetic final static method box-impl(p0: double): IV
|
||||
public static method constructor-impl(p0: double): double
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: double, p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: double, p1: double): boolean
|
||||
public final method getX(): double
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: double): int
|
||||
public method toString(): java.lang.String
|
||||
public static method toString-impl(p0: double): java.lang.String
|
||||
public synthetic final method unbox-impl(): double
|
||||
}
|
||||
|
||||
public final class InlineMutableMapEntry {
|
||||
// source: 'mutableMapEntry.kt'
|
||||
private final field e: java.util.Map$Entry
|
||||
private synthetic method <init>(p0: java.util.Map$Entry): void
|
||||
public synthetic final static method box-impl(p0: java.util.Map$Entry): InlineMutableMapEntry
|
||||
public static method constructor-impl(p0: java.util.Map$Entry): java.util.Map$Entry
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.util.Map$Entry, p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: java.util.Map$Entry, p1: java.util.Map$Entry): boolean
|
||||
public synthetic bridge method getKey(): java.lang.Object
|
||||
public method getKey-I5j8jlQ(): int
|
||||
public static method getKey-I5j8jlQ(p0: java.util.Map$Entry): int
|
||||
public synthetic bridge method getValue(): java.lang.Object
|
||||
public method getValue-zSeR6Gk(): double
|
||||
public static method getValue-zSeR6Gk(p0: java.util.Map$Entry): double
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: java.util.Map$Entry): int
|
||||
public synthetic bridge method setValue(p0: java.lang.Object): java.lang.Object
|
||||
public method setValue-cYiyq8k(p0: double): double
|
||||
public static method setValue-cYiyq8k(p0: java.util.Map$Entry, p1: double): double
|
||||
public method toString(): java.lang.String
|
||||
public static method toString-impl(p0: java.util.Map$Entry): java.lang.String
|
||||
public synthetic final method unbox-impl(): java.util.Map$Entry
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
+1
@@ -81,4 +81,5 @@ public final class InlineMutableMap {
|
||||
public static method toString-impl(p0: java.util.Map): java.lang.String
|
||||
public synthetic final method unbox-impl(): java.util.Map
|
||||
public synthetic bridge method values(): java.util.Collection
|
||||
public inner class java/util/Map$Entry
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user