Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class BasicmethodSuperClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class N {
|
||||
public method <init>(): void
|
||||
public method add(@org.jetbrains.annotations.NotNull p0: java.lang.Object): boolean
|
||||
|
||||
@@ -1,17 +1,21 @@
|
||||
@kotlin.Metadata
|
||||
public final class BasicmethodSuperTraitKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class N {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method extra(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Tr {
|
||||
inner class Tr/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method extra(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Tr/DefaultImpls {
|
||||
inner class Tr/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method extra(p0: Tr): java.lang.String
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class BasicpropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class M {
|
||||
private field b: int
|
||||
public method <init>(): void
|
||||
@@ -9,6 +11,7 @@ public class M {
|
||||
public method setB(p0: int): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class N {
|
||||
private field b: int
|
||||
public method <init>(): void
|
||||
|
||||
@@ -1,38 +1,46 @@
|
||||
@kotlin.Metadata
|
||||
public interface BK {
|
||||
inner class BK/DefaultImpls
|
||||
public abstract method x(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class BK/DefaultImpls {
|
||||
inner class BK/DefaultImpls
|
||||
public static method x(p0: BK): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class EnclosedFunKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface K {
|
||||
inner class K/DefaultImpls
|
||||
public abstract method x(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class K/DefaultImpls {
|
||||
inner class K/DefaultImpls
|
||||
public static method x(p0: K): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class M {
|
||||
public method <init>(): void
|
||||
public method x(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class N {
|
||||
inner class N/C
|
||||
public method <init>(): void
|
||||
public method x(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class N/C {
|
||||
synthetic final field this$0: N
|
||||
inner class N/C
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class EnclosedVarKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class M {
|
||||
private field y: int
|
||||
public method <init>(): void
|
||||
@@ -9,6 +11,7 @@ public class M {
|
||||
public method setY(p0: int): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class N {
|
||||
private field y: int
|
||||
inner class N/C
|
||||
@@ -17,6 +20,7 @@ public class N {
|
||||
public method setY(p0: int): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class N/C {
|
||||
synthetic final field this$0: N
|
||||
inner class N/C
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
inner class A/B
|
||||
public method <init>(): void
|
||||
@@ -5,6 +6,7 @@ public final class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class A/B {
|
||||
synthetic final field this$0: A
|
||||
inner class A/B
|
||||
@@ -19,20 +21,24 @@ public final class A/B {
|
||||
public final @org.jetbrains.annotations.NotNull method test6(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface BK {
|
||||
public abstract @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class InnerClassLabeledSuperKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface K {
|
||||
inner class K/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class K/DefaultImpls {
|
||||
inner class K/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: K): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
inner class A/B
|
||||
public method <init>(): void
|
||||
@@ -5,6 +6,7 @@ public final class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class A/B {
|
||||
synthetic final field this$0: A
|
||||
inner class A/B
|
||||
@@ -19,25 +21,30 @@ public final class A/B {
|
||||
public final @org.jetbrains.annotations.NotNull method test6(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface BK {
|
||||
public abstract @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class InnerClassLabeledSuper2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class K {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface KTrait {
|
||||
inner class KTrait/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class KTrait/DefaultImpls {
|
||||
inner class KTrait/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: KTrait): java.lang.String
|
||||
|
||||
+5
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
inner class A/B
|
||||
@@ -6,6 +7,7 @@ public final class A {
|
||||
public @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class A/B {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
synthetic final field this$0: A
|
||||
@@ -21,15 +23,18 @@ public final class A/B {
|
||||
public final @org.jetbrains.annotations.NotNull method test6(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Base {
|
||||
public abstract @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class InnerClassLabeledSuperPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class K {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
+6
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
inner class A/B
|
||||
@@ -6,6 +7,7 @@ public final class A {
|
||||
public @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class A/B {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
synthetic final field this$0: A
|
||||
@@ -21,19 +23,23 @@ public final class A/B {
|
||||
public final @org.jetbrains.annotations.NotNull method test6(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Base {
|
||||
public abstract @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class InnerClassLabeledSuperProperty2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class K {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class KWithOverride {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
+8
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -6,6 +7,7 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class B {
|
||||
inner class B/E
|
||||
public method <init>(): void
|
||||
@@ -13,6 +15,7 @@ public class B {
|
||||
public @org.jetbrains.annotations.NotNull method baz(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B/E {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
synthetic final field this$0: B
|
||||
@@ -22,6 +25,7 @@ public final class B/E {
|
||||
public final @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
inner class C/D
|
||||
public method <init>(): void
|
||||
@@ -29,6 +33,7 @@ public final class C {
|
||||
public @org.jetbrains.annotations.NotNull method boo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C/D {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
synthetic final field this$0: C
|
||||
@@ -38,15 +43,18 @@ public final class C/D {
|
||||
public final @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class InnerClassQualifiedFunctionCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface T {
|
||||
inner class T/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method baz(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class T/DefaultImpls {
|
||||
inner class T/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method baz(p0: T): java.lang.String
|
||||
|
||||
+8
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method getBoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class B {
|
||||
inner class B/E
|
||||
public method <init>(): void
|
||||
@@ -11,6 +13,7 @@ public class B {
|
||||
public @org.jetbrains.annotations.NotNull method getBaz(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B/E {
|
||||
synthetic final field this$0: B
|
||||
inner class B/E
|
||||
@@ -18,6 +21,7 @@ public final class B/E {
|
||||
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
inner class C/D
|
||||
public method <init>(): void
|
||||
@@ -25,6 +29,7 @@ public final class C {
|
||||
public @org.jetbrains.annotations.NotNull method getBoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C/D {
|
||||
synthetic final field this$0: C
|
||||
inner class C/D
|
||||
@@ -32,15 +37,18 @@ public final class C/D {
|
||||
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class InnerClassQualifiedPropertyAccessKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface T {
|
||||
inner class T/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method getBaz(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class T/DefaultImpls {
|
||||
inner class T/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method getBaz(p0: T): java.lang.String
|
||||
|
||||
@@ -1,23 +1,28 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt14243Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Z {
|
||||
inner class Z/DefaultImpls
|
||||
public abstract method test(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Z/DefaultImpls {
|
||||
inner class Z/DefaultImpls
|
||||
public static method test(p0: Z, p1: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class ZImpl {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public synthetic method test(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ZImpl2 {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
@@ -1,29 +1,35 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt14243_2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Z {
|
||||
inner class Z/DefaultImpls
|
||||
public abstract method test(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Z/DefaultImpls {
|
||||
inner class Z/DefaultImpls
|
||||
public static method test(p0: Z, p1: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class ZImpl {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public synthetic method test(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class ZImpl2 {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public synthetic method test(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ZImpl3 {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
@@ -1,20 +1,25 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt14243_classKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class Z {
|
||||
public method <init>(): void
|
||||
public method test(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class ZImpl {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class ZImpl2 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ZImpl3 {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt14243_propKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Z {
|
||||
inner class Z/DefaultImpls
|
||||
public abstract method getValue(): java.lang.Object
|
||||
public abstract method getZ(): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Z/DefaultImpls {
|
||||
inner class Z/DefaultImpls
|
||||
public static method getZ(p0: Z): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class ZImpl {
|
||||
public method <init>(): void
|
||||
public synthetic method getValue(): java.lang.Object
|
||||
@@ -21,6 +25,7 @@ public class ZImpl {
|
||||
public @org.jetbrains.annotations.NotNull method getZ(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class ZImpl2 {
|
||||
public method <init>(): void
|
||||
public synthetic method getZ(): java.lang.Object
|
||||
|
||||
@@ -1,17 +1,21 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo2(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
inner class C/D
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C/D {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
synthetic final field this$0: C
|
||||
@@ -20,6 +24,7 @@ public final class C/D {
|
||||
public final @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3492ClassFunKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
inner class C/D
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C/D {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
synthetic final field this$0: C
|
||||
@@ -21,6 +25,7 @@ public final class C/D {
|
||||
public final @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3492ClassPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,23 +1,28 @@
|
||||
@kotlin.Metadata
|
||||
public interface ATrait {
|
||||
inner class ATrait/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo2(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ATrait/DefaultImpls {
|
||||
inner class ATrait/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo2(p0: ATrait): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo2(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
inner class C/D
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C/D {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
synthetic final field this$0: C
|
||||
@@ -26,6 +31,7 @@ public final class C/D {
|
||||
public final @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3492TraitFunKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,23 +1,28 @@
|
||||
@kotlin.Metadata
|
||||
public interface A {
|
||||
inner class A/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method getFoo(p0: A): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
inner class C/D
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C/D {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
synthetic final field this$0: C
|
||||
@@ -26,6 +31,7 @@ public final class C/D {
|
||||
public final @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3492TraitPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
private field x: int
|
||||
public method <init>(p0: int): void
|
||||
@@ -6,6 +7,7 @@ public final class B {
|
||||
public final method setX(p0: int): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class C {
|
||||
private final @org.jetbrains.annotations.NotNull field f: kotlin.jvm.functions.Function0
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
@@ -13,6 +15,7 @@ public class C {
|
||||
public final method test(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt4173Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
private field x: int
|
||||
public method <init>(p0: int): void
|
||||
@@ -6,6 +7,7 @@ public final class B {
|
||||
public final method setX(p0: int): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class C {
|
||||
private final @org.jetbrains.annotations.NotNull field f: X
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: X): void
|
||||
@@ -13,10 +15,12 @@ public class C {
|
||||
public final method test(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt4173_2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class X {
|
||||
private @org.jetbrains.annotations.NotNull field s: kotlin.jvm.functions.Function0
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
private field x: int
|
||||
public method <init>(p0: int): void
|
||||
@@ -6,11 +7,13 @@ public final class B {
|
||||
public final method setX(p0: int): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class C {
|
||||
public method <init>(p0: int): void
|
||||
public final method test(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt4173_3Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt4982Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class WaitFor {
|
||||
public method <init>(): void
|
||||
public abstract method condition(): boolean
|
||||
|
||||
@@ -1,27 +1,33 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MultipleSuperTraitsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface T1 {
|
||||
inner class T1/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class T1/DefaultImpls {
|
||||
inner class T1/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: T1): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface T2 {
|
||||
inner class T2/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class T2/DefaultImpls {
|
||||
inner class T2/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: T2): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public interface M {
|
||||
inner class M/DefaultImpls
|
||||
public abstract method getB(): int
|
||||
@@ -6,12 +7,14 @@ public interface M {
|
||||
public abstract method setBackingB(p0: int): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class M/DefaultImpls {
|
||||
inner class M/DefaultImpls
|
||||
public static method getB(p0: M): int
|
||||
public static method setB(p0: M, p1: int): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class N {
|
||||
private field b: int
|
||||
private field backingB: int
|
||||
@@ -24,6 +27,7 @@ public final class N {
|
||||
public method setBackingB(p0: int): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TraitpropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
@kotlin.Metadata
|
||||
public interface AnotherInterface
|
||||
|
||||
@kotlin.Metadata
|
||||
public class Base {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method baseFun(): java.lang.String
|
||||
@@ -7,6 +9,7 @@ public class Base {
|
||||
public @org.jetbrains.annotations.NotNull method unambiguous(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Derived {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method baseFun(): java.lang.String
|
||||
@@ -19,6 +22,7 @@ public final class Derived {
|
||||
public @org.jetbrains.annotations.NotNull method unambiguous(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface DerivedInterface {
|
||||
inner class DerivedInterface/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method callsFunFromSuperInterface(): java.lang.String
|
||||
@@ -26,6 +30,7 @@ public interface DerivedInterface {
|
||||
public abstract @org.jetbrains.annotations.NotNull method unambiguous(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DerivedInterface/DefaultImpls {
|
||||
inner class DerivedInterface/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method callsFunFromSuperInterface(p0: DerivedInterface): java.lang.String
|
||||
@@ -33,17 +38,20 @@ public final class DerivedInterface/DefaultImpls {
|
||||
public static @org.jetbrains.annotations.NotNull method unambiguous(p0: DerivedInterface): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Interface {
|
||||
inner class Interface/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method interfaceFun(): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method unambiguous(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Interface/DefaultImpls {
|
||||
inner class Interface/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method interfaceFun(p0: Interface): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class UnqualifiedSuperKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+8
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public class DeepBase {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DeepDerived {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method callsSuperDeepInterfaceFun(): java.lang.String
|
||||
@@ -16,11 +18,13 @@ public final class DeepDerived {
|
||||
public final @org.jetbrains.annotations.NotNull method getsSuperDeeperInterfaceProp(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface DeepInterface {
|
||||
inner class DeepInterface/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method deepInterfaceFun(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DeepInterface/DefaultImpls {
|
||||
inner class DeepInterface/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method deepInterfaceFun(p0: DeepInterface): java.lang.String
|
||||
@@ -28,24 +32,28 @@ public final class DeepInterface/DefaultImpls {
|
||||
public static @org.jetbrains.annotations.NotNull method getDeeperInterfaceProp(p0: DeepInterface): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class DeeperBase {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method deeperBaseFun(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method getDeeperBaseProp(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface DeeperInterface {
|
||||
inner class DeeperInterface/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method deeperInterfaceFun(): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method getDeeperInterfaceProp(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DeeperInterface/DefaultImpls {
|
||||
inner class DeeperInterface/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method deeperInterfaceFun(p0: DeeperInterface): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method getDeeperInterfaceProp(p0: DeeperInterface): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class UnqualifiedSuperWithDeeperHierarchiesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+6
@@ -1,24 +1,30 @@
|
||||
@kotlin.Metadata
|
||||
public final class C1 {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C2 {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class ClassWithToString {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface ISomething
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface IWithToString {
|
||||
public abstract @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class UnqualifiedSuperWithMethodsOfAnyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user