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