JVM_IR. Align synthetic parameter name generation across backends

This commit is contained in:
Mikhael Bogdanov
2020-01-28 14:49:31 +01:00
parent c42984ca33
commit 17e89fbbdb
3 changed files with 5 additions and 11 deletions

View File

@@ -3,13 +3,6 @@
fun foo(param: String = "123") {}
//TODO: align backends
// JVM_TEMPLATES
// 1 LOCALVARIABLE param
// 1 LOCALVARIABLE
// JVM_IR_TEMPLATES
// 2 LOCALVARIABLE param
// 2 LOCALVARIABLE