Minor, move around bytecode listing tests
This commit is contained in:
@@ -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() {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user