Don't write synthetic arguments to LVT

This commit is contained in:
Mikhael Bogdanov
2019-11-15 13:21:01 +01:00
parent f264942bf9
commit 3196893166
4 changed files with 28 additions and 1 deletions
@@ -0,0 +1,15 @@
// FILE: Foo.kt
fun foo(param: String = "123") {}
//TODO: align backends
// JVM_TEMPLATES
// 1 LOCALVARIABLE param
// 1 LOCALVARIABLE
// JVM_IR_TEMPLATES
// 2 LOCALVARIABLE param
// 2 LOCALVARIABLE