Check class source in bytecode listing tests
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
@kotlin.Metadata
|
||||
public final class test/Foo {
|
||||
// source: 'InlineOnlyMultifile.kt'
|
||||
public final static method foo(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class test/Foo__InlineOnlyMultifileKt {
|
||||
// source: 'InlineOnlyMultifile.kt'
|
||||
public final static method foo(): void
|
||||
private final static @kotlin.internal.InlineOnly method inlineOnly(): void
|
||||
}
|
||||
|
||||
+2
@@ -1,10 +1,12 @@
|
||||
@kotlin.Metadata
|
||||
public final class test/Foo {
|
||||
// source: 'InlineOnlyPropertyMultifile.kt'
|
||||
public final static method foo(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class test/Foo__InlineOnlyPropertyMultifileKt {
|
||||
// source: 'InlineOnlyPropertyMultifile.kt'
|
||||
public final static method foo(): void
|
||||
public synthetic deprecated static @kotlin.internal.InlineOnly method getProp$annotations(): void
|
||||
private final static method getProp(): java.lang.String
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
@kotlin.Metadata
|
||||
public final class test/Foo {
|
||||
// source: 'InlineReifiedMultifile.kt'
|
||||
public final static method foo(): void
|
||||
public synthetic final static method inlineReified(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class test/Foo__InlineReifiedMultifileKt {
|
||||
// source: 'InlineReifiedMultifile.kt'
|
||||
public final static method foo(): void
|
||||
public synthetic final static method inlineReified(): void
|
||||
}
|
||||
|
||||
+2
@@ -1,11 +1,13 @@
|
||||
@kotlin.Metadata
|
||||
public final class test/Foo {
|
||||
// source: 'InlineReifiedPropertyMultifile.kt'
|
||||
public final static method foo(): void
|
||||
public synthetic final static method getExtProp(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class test/Foo__InlineReifiedPropertyMultifileKt {
|
||||
// source: 'InlineReifiedPropertyMultifile.kt'
|
||||
public final static method foo(): void
|
||||
public synthetic final static method getExtProp(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
@kotlin.Metadata
|
||||
public final class Foo {
|
||||
// source: 'inlineOnly.kt'
|
||||
public method <init>(): void
|
||||
private final @kotlin.internal.InlineOnly method foo(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class InlineOnlyKt {
|
||||
// source: 'inlineOnly.kt'
|
||||
private final static @kotlin.internal.InlineOnly method foo(): void
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.Metadata
|
||||
public final class Foo {
|
||||
// source: 'inlineOnlyProperty.kt'
|
||||
public method <init>(): void
|
||||
public synthetic deprecated static @kotlin.internal.InlineOnly method getProp$annotations(): void
|
||||
private final method getProp(): java.lang.String
|
||||
@@ -10,6 +11,7 @@ public final class Foo {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class InlineOnlyPropertyKt {
|
||||
// source: 'inlineOnlyProperty.kt'
|
||||
public synthetic deprecated static @kotlin.internal.InlineOnly method getProp$annotations(): void
|
||||
private final static method getProp(): java.lang.String
|
||||
private final static @kotlin.internal.InlineOnly method getProp2(): java.lang.String
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.Metadata
|
||||
public final class Foo {
|
||||
// source: 'inlineReified.kt'
|
||||
public method <init>(): void
|
||||
public final method bar(): void
|
||||
public synthetic final method baz(): void
|
||||
@@ -7,6 +8,7 @@ public final class Foo {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class InlineReifiedKt {
|
||||
// source: 'inlineReified.kt'
|
||||
public final static method bar(): void
|
||||
public synthetic final static method baz(): void
|
||||
}
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
@kotlin.Metadata
|
||||
public final class Foo {
|
||||
// source: 'inlineReifiedProperty.kt'
|
||||
public method <init>(): void
|
||||
public synthetic final method getExtProp(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class InlineReifiedPropertyKt {
|
||||
// source: 'inlineReifiedProperty.kt'
|
||||
public synthetic final static method getExtProp(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.Metadata
|
||||
public final class Foo {
|
||||
// source: 'simpleNamed.kt'
|
||||
public method <init>(): void
|
||||
private final @org.jetbrains.annotations.Nullable method acceptsCrossinline$$forInline(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0, @org.jetbrains.annotations.NotNull p1: kotlin.coroutines.Continuation): java.lang.Object
|
||||
public final @org.jetbrains.annotations.Nullable method acceptsCrossinline(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0, @org.jetbrains.annotations.NotNull p1: kotlin.coroutines.Continuation): java.lang.Object
|
||||
@@ -19,6 +20,7 @@ public final class Foo {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SimpleNamedKt {
|
||||
// source: 'simpleNamed.kt'
|
||||
private final static @org.jetbrains.annotations.Nullable method acceptsCrossinline$$forInline(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0, @org.jetbrains.annotations.NotNull p1: kotlin.coroutines.Continuation): java.lang.Object
|
||||
public final static @org.jetbrains.annotations.Nullable method acceptsCrossinline(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0, @org.jetbrains.annotations.NotNull p1: kotlin.coroutines.Continuation): java.lang.Object
|
||||
private final static @org.jetbrains.annotations.Nullable method generic$$forInline(@org.jetbrains.annotations.NotNull p0: kotlin.coroutines.Continuation): java.lang.Object
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.Metadata
|
||||
public final class Foo {
|
||||
// source: 'simpleNamed.kt'
|
||||
public method <init>(): void
|
||||
private final method acceptsCrossinline$$forInline(p0: kotlin.jvm.functions.Function0, p1: kotlin.coroutines.Continuation): java.lang.Object
|
||||
public final @org.jetbrains.annotations.Nullable method acceptsCrossinline(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0, @org.jetbrains.annotations.NotNull p1: kotlin.coroutines.Continuation): java.lang.Object
|
||||
@@ -19,6 +20,7 @@ public final class Foo {
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SimpleNamedKt {
|
||||
// source: 'simpleNamed.kt'
|
||||
private final static method acceptsCrossinline$$forInline(p0: kotlin.jvm.functions.Function0, p1: kotlin.coroutines.Continuation): java.lang.Object
|
||||
public final static @org.jetbrains.annotations.Nullable method acceptsCrossinline(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0, @org.jetbrains.annotations.NotNull p1: kotlin.coroutines.Continuation): java.lang.Object
|
||||
private final static method generic$$forInline(p0: java.lang.Object, p1: kotlin.coroutines.Continuation): java.lang.Object
|
||||
|
||||
Reference in New Issue
Block a user