Check class source in bytecode listing tests
This commit is contained in:
+6
@@ -1,5 +1,6 @@
|
||||
@kotlin.Metadata
|
||||
public final class Base$DefaultImpls {
|
||||
// source: 'deprecation.kt'
|
||||
public deprecated static @java.lang.Deprecated @org.jetbrains.annotations.NotNull method getProp(@org.jetbrains.annotations.NotNull p0: Base): java.lang.String
|
||||
public deprecated static @java.lang.Deprecated method test(@org.jetbrains.annotations.NotNull p0: Base): void
|
||||
public synthetic static method withDefault$default(p0: Base, p1: java.lang.String, p2: int, p3: java.lang.Object): void
|
||||
@@ -9,6 +10,7 @@ public final class Base$DefaultImpls {
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Base {
|
||||
// source: 'deprecation.kt'
|
||||
public synthetic static method access$getProp$jd(p0: Base): java.lang.String
|
||||
public synthetic static method access$test$jd(p0: Base): void
|
||||
public synthetic static method access$withDefault$jd(p0: Base, p1: java.lang.String): void
|
||||
@@ -21,6 +23,7 @@ public interface Base {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Deprecated$DefaultImpls {
|
||||
// source: 'deprecation.kt'
|
||||
public deprecated static @java.lang.Deprecated @org.jetbrains.annotations.NotNull method getProp(@org.jetbrains.annotations.NotNull p0: Deprecated): java.lang.String
|
||||
public deprecated static @java.lang.Deprecated method test(@org.jetbrains.annotations.NotNull p0: Deprecated): void
|
||||
public final inner class Deprecated$DefaultImpls
|
||||
@@ -28,6 +31,7 @@ public final class Deprecated$DefaultImpls {
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Deprecated {
|
||||
// source: 'deprecation.kt'
|
||||
public synthetic static method access$getProp$jd(p0: Deprecated): java.lang.String
|
||||
public synthetic static method access$test$jd(p0: Deprecated): void
|
||||
public @java.lang.Deprecated @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
@@ -37,6 +41,7 @@ public interface Deprecated {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Derived$DefaultImpls {
|
||||
// source: 'deprecation.kt'
|
||||
public deprecated static @java.lang.Deprecated @org.jetbrains.annotations.NotNull method getProp(@org.jetbrains.annotations.NotNull p0: Derived): java.lang.String
|
||||
public deprecated static @java.lang.Deprecated method test(@org.jetbrains.annotations.NotNull p0: Derived): void
|
||||
public deprecated static @java.lang.Deprecated method withDefault(@org.jetbrains.annotations.NotNull p0: Derived, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
@@ -45,6 +50,7 @@ public final class Derived$DefaultImpls {
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Derived {
|
||||
// source: 'deprecation.kt'
|
||||
public synthetic static method access$getProp$jd(p0: Derived): java.lang.String
|
||||
public synthetic static method access$test$jd(p0: Derived): void
|
||||
public synthetic static method access$withDefault$jd(p0: Derived, p1: java.lang.String): void
|
||||
|
||||
Vendored
+2
@@ -1,5 +1,6 @@
|
||||
@kotlin.Metadata
|
||||
public final class Deprecated$DefaultImpls {
|
||||
// source: 'deprecationWithDefault.kt'
|
||||
public deprecated static @java.lang.Deprecated @org.jetbrains.annotations.NotNull method getProp(@org.jetbrains.annotations.NotNull p0: Deprecated): java.lang.String
|
||||
public deprecated static @java.lang.Deprecated method test(@org.jetbrains.annotations.NotNull p0: Deprecated): void
|
||||
public synthetic static method withDefault$default(p0: Deprecated, p1: java.lang.String, p2: int, p3: java.lang.Object): void
|
||||
@@ -9,6 +10,7 @@ public final class Deprecated$DefaultImpls {
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Deprecated {
|
||||
// source: 'deprecationWithDefault.kt'
|
||||
public synthetic static method access$getProp$jd(p0: Deprecated): java.lang.String
|
||||
public synthetic static method access$test$jd(p0: Deprecated): void
|
||||
public synthetic static method access$withDefault$jd(p0: Deprecated, p1: java.lang.String): void
|
||||
|
||||
+7
@@ -1,12 +1,14 @@
|
||||
@kotlin.jvm.JvmDefaultWithoutCompatibility
|
||||
@kotlin.Metadata
|
||||
public final class KotlinClass {
|
||||
// source: 'jvmDefaultWithoutCompatibility.kt'
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmDefaultWithoutCompatibility
|
||||
@kotlin.Metadata
|
||||
public interface NoDefaultImpl {
|
||||
// source: 'jvmDefaultWithoutCompatibility.kt'
|
||||
public @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
public method test(): void
|
||||
}
|
||||
@@ -14,11 +16,13 @@ public interface NoDefaultImpl {
|
||||
@kotlin.jvm.JvmDefaultWithoutCompatibility
|
||||
@kotlin.Metadata
|
||||
public interface NoDefaultImpl2FromDefaultImpls {
|
||||
// source: 'jvmDefaultWithoutCompatibility.kt'
|
||||
public method test2(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class WithDefaultImpl$DefaultImpls {
|
||||
// source: 'jvmDefaultWithoutCompatibility.kt'
|
||||
public deprecated static @java.lang.Deprecated @org.jetbrains.annotations.NotNull method getProp(@org.jetbrains.annotations.NotNull p0: WithDefaultImpl): java.lang.String
|
||||
public deprecated static @java.lang.Deprecated method test(@org.jetbrains.annotations.NotNull p0: WithDefaultImpl): void
|
||||
public final inner class WithDefaultImpl$DefaultImpls
|
||||
@@ -26,6 +30,7 @@ public final class WithDefaultImpl$DefaultImpls {
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface WithDefaultImpl {
|
||||
// source: 'jvmDefaultWithoutCompatibility.kt'
|
||||
public synthetic static method access$getProp$jd(p0: WithDefaultImpl): java.lang.String
|
||||
public synthetic static method access$test$jd(p0: WithDefaultImpl): void
|
||||
public final inner class WithDefaultImpl$DefaultImpls
|
||||
@@ -33,6 +38,7 @@ public interface WithDefaultImpl {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class WithDefaultImplPure$DefaultImpls {
|
||||
// source: 'jvmDefaultWithoutCompatibility.kt'
|
||||
public deprecated static @java.lang.Deprecated @org.jetbrains.annotations.NotNull method getProp(@org.jetbrains.annotations.NotNull p0: WithDefaultImplPure): java.lang.String
|
||||
public deprecated static @java.lang.Deprecated method test(@org.jetbrains.annotations.NotNull p0: WithDefaultImplPure): void
|
||||
public final inner class WithDefaultImplPure$DefaultImpls
|
||||
@@ -40,6 +46,7 @@ public final class WithDefaultImplPure$DefaultImpls {
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface WithDefaultImplPure {
|
||||
// source: 'jvmDefaultWithoutCompatibility.kt'
|
||||
public synthetic static method access$getProp$jd(p0: WithDefaultImplPure): java.lang.String
|
||||
public synthetic static method access$test$jd(p0: WithDefaultImplPure): void
|
||||
public @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
|
||||
+15
-5
@@ -1,14 +1,24 @@
|
||||
@kotlin.Metadata
|
||||
public interface K
|
||||
public interface K {
|
||||
// source: 'K.kt'
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface MyList
|
||||
public interface MyList {
|
||||
// source: 'K.kt'
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface MyMap
|
||||
public interface MyMap {
|
||||
// source: 'K.kt'
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface MyMap2
|
||||
public interface MyMap2 {
|
||||
// source: 'K.kt'
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface MySet
|
||||
public interface MySet {
|
||||
// source: 'K.kt'
|
||||
}
|
||||
|
||||
+8
@@ -1,21 +1,25 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
// source: 'primitiveAndAny.kt'
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class B {
|
||||
// source: 'primitiveAndAny.kt'
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Base$DefaultImpls {
|
||||
// source: 'primitiveAndAny.kt'
|
||||
public deprecated static @java.lang.Deprecated @org.jetbrains.annotations.Nullable method test(@org.jetbrains.annotations.NotNull p0: Base): java.lang.Integer
|
||||
public final inner class Base$DefaultImpls
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Base {
|
||||
// source: 'primitiveAndAny.kt'
|
||||
public synthetic static method access$test$jd(p0: Base): java.lang.Integer
|
||||
public @org.jetbrains.annotations.Nullable method test(): java.lang.Integer
|
||||
public final inner class Base$DefaultImpls
|
||||
@@ -23,12 +27,14 @@ public interface Base {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Derived$DefaultImpls {
|
||||
// source: 'primitiveAndAny.kt'
|
||||
public deprecated static @java.lang.Deprecated @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: Derived): java.lang.Integer
|
||||
public final inner class Derived$DefaultImpls
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Derived {
|
||||
// source: 'primitiveAndAny.kt'
|
||||
public synthetic static method access$test$jd(p0: Derived): int
|
||||
public @org.jetbrains.annotations.NotNull method test(): java.lang.Integer
|
||||
public final inner class Derived$DefaultImpls
|
||||
@@ -36,12 +42,14 @@ public interface Derived {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Mixed$DefaultImpls {
|
||||
// source: 'primitiveAndAny.kt'
|
||||
public deprecated static @java.lang.Deprecated @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: Mixed): java.lang.Integer
|
||||
public final inner class Mixed$DefaultImpls
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Mixed {
|
||||
// source: 'primitiveAndAny.kt'
|
||||
public synthetic static method access$test$jd(p0: Mixed): int
|
||||
public final inner class Mixed$DefaultImpls
|
||||
}
|
||||
|
||||
+8
@@ -1,21 +1,25 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
// source: 'primitiveAndNullable.kt'
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class B {
|
||||
// source: 'primitiveAndNullable.kt'
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Base$DefaultImpls {
|
||||
// source: 'primitiveAndNullable.kt'
|
||||
public deprecated static @java.lang.Deprecated @org.jetbrains.annotations.Nullable method test(@org.jetbrains.annotations.NotNull p0: Base): java.lang.Integer
|
||||
public final inner class Base$DefaultImpls
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Base {
|
||||
// source: 'primitiveAndNullable.kt'
|
||||
public synthetic static method access$test$jd(p0: Base): java.lang.Integer
|
||||
public @org.jetbrains.annotations.Nullable method test(): java.lang.Integer
|
||||
public final inner class Base$DefaultImpls
|
||||
@@ -23,12 +27,14 @@ public interface Base {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Derived$DefaultImpls {
|
||||
// source: 'primitiveAndNullable.kt'
|
||||
public deprecated static @java.lang.Deprecated @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: Derived): java.lang.Integer
|
||||
public final inner class Derived$DefaultImpls
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Derived {
|
||||
// source: 'primitiveAndNullable.kt'
|
||||
public synthetic static method access$test$jd(p0: Derived): int
|
||||
public @org.jetbrains.annotations.NotNull method test(): java.lang.Integer
|
||||
public final inner class Derived$DefaultImpls
|
||||
@@ -36,12 +42,14 @@ public interface Derived {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Mixed$DefaultImpls {
|
||||
// source: 'primitiveAndNullable.kt'
|
||||
public deprecated static @java.lang.Deprecated @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: Mixed): java.lang.Integer
|
||||
public final inner class Mixed$DefaultImpls
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Mixed {
|
||||
// source: 'primitiveAndNullable.kt'
|
||||
public synthetic static method access$test$jd(p0: Mixed): int
|
||||
public final inner class Mixed$DefaultImpls
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user