mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
JVM_IR. Align synthetic parameter name generation across backends
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user