Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -3,24 +3,20 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class C {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.Integer
|
||||
public synthetic method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class ComplexMultiInheritanceKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface D {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.Number
|
||||
}
|
||||
|
||||
|
||||
public final class E {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): java.lang.Number
|
||||
|
||||
@@ -3,36 +3,30 @@ public abstract class A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.util.List
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.util.ArrayList
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: B): java.util.ArrayList
|
||||
}
|
||||
|
||||
|
||||
public class C {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.util.ArrayList
|
||||
public synthetic method foo(): java.util.List
|
||||
}
|
||||
|
||||
|
||||
public final class ComplexTraitImplKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface D {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public final class E {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): java.util.Collection
|
||||
|
||||
@@ -2,14 +2,12 @@ public interface A {
|
||||
public abstract method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
private synthetic final field $$delegate_0: A
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: A): void
|
||||
@@ -17,7 +15,6 @@ public final class C {
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class DelegationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -2,16 +2,13 @@ public interface Box {
|
||||
public abstract method get(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class Content {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface ContentBox
|
||||
|
||||
|
||||
public final class ContentBoxDelegate {
|
||||
private synthetic final field $$delegate_0: ContentBox
|
||||
public method <init>(): void
|
||||
@@ -19,12 +16,10 @@ public final class ContentBoxDelegate {
|
||||
public synthetic method get(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class DelegationComplexKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Impl {
|
||||
public final static field INSTANCE: Impl
|
||||
private method <init>(): void
|
||||
|
||||
-4
@@ -3,10 +3,8 @@ public class Content {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface ContentBox
|
||||
|
||||
|
||||
public final class ContentBoxDelegate {
|
||||
private synthetic final field $$delegate_0: ContentBox
|
||||
public method <init>(): void
|
||||
@@ -44,12 +42,10 @@ public final class ContentBoxDelegate {
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
|
||||
public final class DelegationComplexWithListKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Impl {
|
||||
public final static field INSTANCE: Impl
|
||||
private method <init>(): void
|
||||
|
||||
@@ -3,7 +3,6 @@ public interface A {
|
||||
public abstract method setResult(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private synthetic final field $$delegate_0: A
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: A): void
|
||||
@@ -13,7 +12,6 @@ public final class B {
|
||||
public synthetic method setResult(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class DelegationPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,40 +3,33 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object, p2: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: B, p1: java.lang.String, p2: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface C {
|
||||
inner class C/DefaultImpls
|
||||
}
|
||||
|
||||
|
||||
public final class C/DefaultImpls {
|
||||
inner class C/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: C, p1: java.lang.Object, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class DiamondKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
|
||||
@@ -2,19 +2,16 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class C {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class FakeCovariantOverrideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -3,18 +3,15 @@ public class Class {
|
||||
public final @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class FakeGenericCovariantOverrideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Foo {
|
||||
public method <init>(): void
|
||||
public synthetic method f(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public interface Trait {
|
||||
public abstract method f(): java.lang.Object
|
||||
}
|
||||
|
||||
Vendored
-6
@@ -2,30 +2,25 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: B, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class FakeGenericCovariantOverrideWithDelegationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z1 {
|
||||
private synthetic final field $$delegate_0: Z
|
||||
public method <init>(): void
|
||||
@@ -33,7 +28,6 @@ public final class Z1 {
|
||||
public synthetic method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z2 {
|
||||
private synthetic final field $$delegate_0: Z
|
||||
public method <init>(): void
|
||||
|
||||
@@ -3,43 +3,36 @@ public interface D1 {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): D1
|
||||
}
|
||||
|
||||
|
||||
public final class D1/DefaultImpls {
|
||||
inner class D1/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: D1): D1
|
||||
}
|
||||
|
||||
|
||||
public interface D3 {
|
||||
inner class D3/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): D3
|
||||
}
|
||||
|
||||
|
||||
public final class D3/DefaultImpls {
|
||||
inner class D3/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: D3): D3
|
||||
}
|
||||
|
||||
|
||||
public final class D4 {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): D1
|
||||
public @org.jetbrains.annotations.NotNull method foo(): D3
|
||||
}
|
||||
|
||||
|
||||
public interface F2 {
|
||||
inner class F2/DefaultImpls
|
||||
}
|
||||
|
||||
|
||||
public final class F2/DefaultImpls {
|
||||
inner class F2/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: F2): D1
|
||||
}
|
||||
|
||||
|
||||
public final class FakeOverrideOfTraitImplKt {
|
||||
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Vendored
-5
@@ -2,28 +2,23 @@ public interface D1 {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public interface D2 {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.Number
|
||||
}
|
||||
|
||||
|
||||
public class D4 {
|
||||
public method <init>(): void
|
||||
public final method foo(): int
|
||||
}
|
||||
|
||||
|
||||
public interface F3
|
||||
|
||||
|
||||
public final class F5 {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): java.lang.Number
|
||||
public synthetic method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class FakeOverrideWithSeveralSuperDeclarationsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-3
@@ -5,18 +5,15 @@ public class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
public abstract @org.jetbrains.annotations.NotNull method component1(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public synthetic method component1(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class FakeOverrideWithSynthesizedImplementationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -5,20 +5,17 @@ public class A {
|
||||
public final method setSize(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public synthetic method getSize(): int
|
||||
public synthetic method setSize(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public interface C {
|
||||
public abstract method getSize(): int
|
||||
public abstract method setSize(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class GenericPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,42 +3,35 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: B, p1: java.lang.Object, p2: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt12416Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Z1 {
|
||||
inner class Z1/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z1/DefaultImpls {
|
||||
inner class Z1/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: Z1, p1: java.lang.String, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z1C {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
@@ -46,19 +39,16 @@ public final class Z1C {
|
||||
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Z2 {
|
||||
inner class Z2/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z2/DefaultImpls {
|
||||
inner class Z2/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: Z2, p1: java.lang.String, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z2C {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
|
||||
@@ -3,18 +3,15 @@ public final class Bar {
|
||||
public synthetic method hello(p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class Foo {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method hello(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1939Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Tr {
|
||||
public abstract @org.jetbrains.annotations.NotNull method hello(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,14 +3,12 @@ public class A {
|
||||
public method f(@org.jetbrains.annotations.NotNull p0: java.lang.Object[]): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public method f(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): void
|
||||
public synthetic method f(p0: java.lang.Object[]): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1959Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method main(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): void
|
||||
|
||||
@@ -14,12 +14,10 @@ public class BaseStringList {
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2498Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class StringList {
|
||||
public method <init>(): void
|
||||
public synthetic method get(p0: int): java.lang.Object
|
||||
|
||||
@@ -3,19 +3,16 @@ public class A {
|
||||
public method foo(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public class C {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public synthetic method foo(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2702Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@ public interface test/FunDependencyEdge {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getFrom(): test.FunctionNode
|
||||
}
|
||||
|
||||
|
||||
public final class test/FunDependencyEdgeImpl {
|
||||
private final @org.jetbrains.annotations.NotNull field from: test.FunctionNodeImpl
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: test.FunctionNodeImpl): void
|
||||
@@ -10,15 +9,12 @@ public final class test/FunDependencyEdgeImpl {
|
||||
public @org.jetbrains.annotations.NotNull method getFrom(): test.FunctionNodeImpl
|
||||
}
|
||||
|
||||
|
||||
public interface test/FunctionNode
|
||||
|
||||
|
||||
public final class test/FunctionNodeImpl {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class test/Kt2833Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -5,12 +5,10 @@ public final class C {
|
||||
public @org.jetbrains.annotations.NotNull method getV(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2920Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Tr {
|
||||
public abstract method getV(): java.lang.Object
|
||||
}
|
||||
|
||||
@@ -3,28 +3,23 @@ public interface A {
|
||||
public abstract method foo(@org.jetbrains.annotations.NotNull p0: Base): void
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static method foo(@org.jetbrains.annotations.NotNull p0: A, p1: Base): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public method foo(@org.jetbrains.annotations.NotNull p0: Child): void
|
||||
public synthetic method foo(p0: Base): void
|
||||
}
|
||||
|
||||
|
||||
public interface Base
|
||||
|
||||
|
||||
public class Child {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt318Kt {
|
||||
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -3,29 +3,24 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public class C {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public synthetic method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class D {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class LongChainOneBridgeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
Vendored
-4
@@ -3,22 +3,18 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ManyTypeArgumentsSubstitutedSuccessivelyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int, p2: double): java.lang.String
|
||||
|
||||
@@ -3,18 +3,15 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object, p2: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MethodFromTraitKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: int): java.lang.String
|
||||
|
||||
Vendored
-3
@@ -2,19 +2,16 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): java.util.Collection
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.util.List
|
||||
}
|
||||
|
||||
|
||||
public final class NoBridgeOnMutableCollectionInheritanceKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
public interface A
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method clone(): B
|
||||
@@ -13,7 +12,6 @@ public final class B {
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectCloneKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,14 +3,12 @@ public abstract class AbstractClass {
|
||||
public abstract method getSome(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class Class {
|
||||
public method <init>(): void
|
||||
public synthetic method getSome(): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method getSome(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class OverrideAbstractPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,14 +3,12 @@ public class C {
|
||||
public @org.jetbrains.annotations.NotNull method f(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class D {
|
||||
public method <init>(): void
|
||||
public synthetic method f(): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class OverrideReturnTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -5,7 +5,6 @@ public class A {
|
||||
public method setX(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private @org.jetbrains.annotations.NotNull field x: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -15,7 +14,6 @@ public final class B {
|
||||
public synthetic method setX(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyAccessorsWithoutBodyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,13 +3,10 @@ public interface A {
|
||||
public abstract method getO(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public interface B
|
||||
|
||||
|
||||
public interface C
|
||||
|
||||
|
||||
public final class D {
|
||||
private final @org.jetbrains.annotations.NotNull field k: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field o: java.lang.String
|
||||
@@ -20,7 +17,6 @@ public final class D {
|
||||
public @org.jetbrains.annotations.NotNull method getO(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyDiamondKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public interface A {
|
||||
public abstract method setX(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private @org.jetbrains.annotations.NotNull field x: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -13,7 +12,6 @@ public final class B {
|
||||
public synthetic method setX(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyInConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public interface A {
|
||||
public abstract method setV(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private @org.jetbrains.annotations.NotNull field v: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -13,7 +12,6 @@ public final class B {
|
||||
public synthetic method setV(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertySetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,12 +3,10 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
@@ -3,18 +3,15 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleEnumKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public enum class Z {
|
||||
public final static field Z1: Z
|
||||
public final static field Z2: Z
|
||||
|
||||
@@ -3,12 +3,10 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleGenericMethodKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: java.lang.Object): java.lang.String
|
||||
|
||||
@@ -3,12 +3,10 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public final static field INSTANCE: Z
|
||||
private method <init>(): void
|
||||
|
||||
@@ -5,12 +5,10 @@ public class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getT(): java.lang.Number
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleReturnTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.Integer
|
||||
|
||||
@@ -3,18 +3,15 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleTraitImplKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
@@ -3,12 +3,10 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.Number): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleUpperBoundKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
|
||||
|
||||
@@ -34,7 +34,6 @@ public final class StrList {
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
|
||||
public final class StrListContainsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method forceContains(@org.jetbrains.annotations.NotNull p0: java.util.Collection, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
|
||||
-3
@@ -3,17 +3,14 @@ public abstract class A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class AbstractFunKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
Vendored
-3
@@ -3,17 +3,14 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class BoundedTypeArgumentsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.Number): java.lang.String
|
||||
|
||||
-4
@@ -2,19 +2,16 @@ public interface A {
|
||||
public abstract method id(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method id(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public synthetic method id(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class D {
|
||||
private synthetic final field $$delegate_0: C
|
||||
public method <init>(): void
|
||||
@@ -22,7 +19,6 @@ public final class D {
|
||||
public synthetic method id(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class DelegationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -4,12 +4,10 @@ public class A {
|
||||
public final @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class DifferentErasureInSuperClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-4
@@ -4,23 +4,19 @@ public class A {
|
||||
public final @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public interface C {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface D {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class DifferentErasureInSuperClassComplexKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-5
@@ -3,29 +3,24 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: B, p1: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class EnumKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public enum class Z {
|
||||
public final static field Z1: Z
|
||||
public final static field Z2: Z
|
||||
|
||||
Vendored
-3
@@ -3,17 +3,14 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class GenericMethodKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: java.lang.Object): java.lang.String
|
||||
|
||||
-3
@@ -3,17 +3,14 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public final static field INSTANCE: Z
|
||||
private method <init>(): void
|
||||
|
||||
-3
@@ -6,17 +6,14 @@ public class A {
|
||||
public final method getT(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
-3
@@ -3,17 +3,14 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
-3
@@ -3,17 +3,14 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.Number): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class UpperBoundKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
|
||||
|
||||
-5
@@ -3,32 +3,27 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: B): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TraitImplInheritsTraitImplKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-6
@@ -3,30 +3,25 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: B, p1: java.lang.Object, p2: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TwoParentsWithDifferentMethodsTwoBridgesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z1 {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
@@ -34,7 +29,6 @@ public final class Z1 {
|
||||
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z2 {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
|
||||
Vendored
-10
@@ -3,42 +3,35 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: B, p1: java.lang.Object, p2: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TwoParentsWithDifferentMethodsTwoBridges2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Z1 {
|
||||
inner class Z1/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z1/DefaultImpls {
|
||||
inner class Z1/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: Z1, p1: java.lang.String, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z1Class {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
@@ -46,19 +39,16 @@ public final class Z1Class {
|
||||
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Z2 {
|
||||
inner class Z2/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z2/DefaultImpls {
|
||||
inner class Z2/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: Z2, p1: java.lang.String, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z2Class {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
|
||||
-5
@@ -3,30 +3,25 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: B, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TwoParentsWithTheSameMethodOneBridgeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user