Migrate bytecodeListing tests to new test infrastructure
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
public final class Foo {
|
||||
// source: 'inlineReifiedPropertyVisibility.kt'
|
||||
public method <init>(): void
|
||||
public synthetic final method getInternalExtProp$test_module(p0: java.lang.Object): java.lang.String
|
||||
public synthetic final method getInternalExtProp$main(p0: java.lang.Object): java.lang.String
|
||||
private synthetic final method getPrivateExtProp(p0: java.lang.Object): java.lang.String
|
||||
protected synthetic final method getProtectedExtProp(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
public final class Foo {
|
||||
// source: 'inlineReifiedVisibility.kt'
|
||||
public method <init>(): void
|
||||
public synthetic final method f$test_module(): void
|
||||
public synthetic final method f$main(): void
|
||||
protected synthetic final method g(): void
|
||||
private synthetic final method h(): void
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
public final class A {
|
||||
// source: 'suspendInlineReified.kt'
|
||||
public method <init>(): void
|
||||
public synthetic final method internalFun$test_module(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic final method internalFun$main(p0: java.lang.Object): java.lang.Object
|
||||
private synthetic final method privateFun(p0: java.lang.Object): java.lang.Object
|
||||
protected synthetic final method protectedFun(p0: java.lang.Object): java.lang.Object
|
||||
public synthetic final method publicFun(p0: java.lang.Object): java.lang.Object
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
public final class A {
|
||||
// source: 'suspendInlineReified.kt'
|
||||
public method <init>(): void
|
||||
public synthetic final method internalFun$test_module(p0: kotlin.coroutines.Continuation): java.lang.Object
|
||||
public synthetic final method internalFun$main(p0: kotlin.coroutines.Continuation): java.lang.Object
|
||||
private synthetic final method privateFun(p0: kotlin.coroutines.Continuation): java.lang.Object
|
||||
protected synthetic final method protectedFun(p0: kotlin.coroutines.Continuation): java.lang.Object
|
||||
public synthetic final method publicFun(p0: kotlin.coroutines.Continuation): java.lang.Object
|
||||
|
||||
Reference in New Issue
Block a user