mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
Removed old default generation
This commit is contained in:
@@ -9,5 +9,5 @@ class A {
|
||||
}
|
||||
}
|
||||
// Test argument reordering when call site argument order differs from declaration one: 18 + 1 for super call check
|
||||
// 19 LOAD
|
||||
// 13 LOAD
|
||||
// 5 STORE
|
||||
@@ -8,5 +8,5 @@ class A {
|
||||
}
|
||||
}
|
||||
// Test there is no argument reordering when call site argument order same as declaration one: 15 + 1 for super call check
|
||||
// 16 LOAD
|
||||
// 10 LOAD
|
||||
// 2 STORE
|
||||
@@ -14,4 +14,4 @@ interface A {
|
||||
|
||||
// 1 foo\(
|
||||
// 1 getProp
|
||||
// 3 defaultFun\$
|
||||
// 1 defaultFun\$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
fun foo(a: Int = 1) {}
|
||||
|
||||
// 0 _DefaultPackage.foo
|
||||
// 2 INVOKESTATIC TopLevelFunWithDefaultArgsKt\.foo
|
||||
// 1 INVOKESTATIC TopLevelFunWithDefaultArgsKt\.foo
|
||||
|
||||
Reference in New Issue
Block a user