[JVM+IR] Migrate/improve receiver mangling test suite

This commit is contained in:
Kristoffer Andersen
2020-11-04 13:12:37 +01:00
committed by max-kammerer
parent 5967e8295e
commit edd3b457d4
15 changed files with 181 additions and 60 deletions
@@ -1,3 +0,0 @@
class Foo {
inner class Bar
}
@@ -1,9 +0,0 @@
public final class Foo$Bar : java/lang/Object {
final Foo this$0
public void <init>(Foo this$0)
}
public final class Foo : java/lang/Object {
public void <init>()
}
@@ -1 +0,0 @@
fun String.foo(a: Int) {}
@@ -1,3 +0,0 @@
public final class SimpleKt : java/lang/Object {
public final static void foo(java.lang.String $this$foo, int a)
}