Minor, move around bytecode listing tests

This commit is contained in:
Alexander Udalov
2021-04-22 17:53:16 +02:00
parent 28690b7f32
commit 7e170770ea
9 changed files with 75 additions and 49 deletions
@@ -0,0 +1,23 @@
class C() {
constructor(x: Int): this() {
fun test() {
fun test() {}
}
}
constructor(y: String): this() {
fun test() {
fun test() {}
}
}
fun test() {
fun test() {}
}
init {
fun test() {
fun test() {}
}
}
}