Added assertion for super call with default arguments in function default impl body

This commit is contained in:
Michael Bogdanov
2016-01-28 12:43:27 +03:00
parent 767729ba2a
commit c9cc9c55cd
8 changed files with 69 additions and 9 deletions

View File

@@ -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