Files
Mads Ager fadedc84db [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.
2020-12-10 17:22:18 +01:00

8 lines
211 B
Kotlin
Vendored

inline fun foo(s: String = "O") = s
fun box() = 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