mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
Added assertion for super call with default arguments in function default impl body
This commit is contained in:
@@ -7,6 +7,6 @@ class A {
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
// Test there is no argument reordering when call site argument order same as declaration one
|
||||
// 15 LOAD
|
||||
// Test there is no argument reordering when call site argument order same as declaration one: 15 + 1 for super call check
|
||||
// 16 LOAD
|
||||
// 2 STORE
|
||||
Reference in New Issue
Block a user