[JVM_IR] Refactor and add bytecode text tests for compose-like code.

Tests that the default argument mask is not in the local variable
table.
This commit is contained in:
Mads Ager
2020-11-30 17:19:02 +01:00
committed by Alexander Udalov
parent 83588e9f22
commit fadedc84db
10 changed files with 362 additions and 324 deletions
@@ -2,3 +2,8 @@ fun box(): String {
fun foo(s: String = "O") = s
return foo() + foo("K")
}
// For Compose special default arugment handling, we still do not want
// the default argument mask in the local variable table.
// 0 \$default