Tests: adjust test data for bytecode listing tests
- remove obsolete `IGNORE_BACKEND: JVM` directives - move contents of .ir.txt files to the corresponding .txt
This commit is contained in:
committed by
Space Team
parent
1cf04916d6
commit
968dfddbc9
Vendored
-6
@@ -1,6 +0,0 @@
|
||||
@kotlin.Metadata
|
||||
public interface I {
|
||||
// source: 'privateAccessorNaming.kt'
|
||||
public method bar(): int
|
||||
private method foo(): int
|
||||
}
|
||||
Vendored
-13
@@ -1,19 +1,6 @@
|
||||
@kotlin.Metadata
|
||||
final class I$bar$1 {
|
||||
// source: 'privateAccessorNaming.kt'
|
||||
enclosing method I.bar()I
|
||||
synthetic final field this$0: I
|
||||
inner (anonymous) class I$bar$1
|
||||
method <init>(p0: I): void
|
||||
public final method invoke(): int
|
||||
public synthetic bridge method invoke(): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface I {
|
||||
// source: 'privateAccessorNaming.kt'
|
||||
inner (anonymous) class I$bar$1
|
||||
public synthetic static method access$foo(p0: I): int
|
||||
public method bar(): int
|
||||
private method foo(): int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user