Steven Schäfer
|
79f71f61d5
|
JVM BE: Add more tests for default arguments
- Inline class parameters should not be boxed.
- Empty vararg parameters should not allocate an empty array.
|
2019-08-05 16:48:18 +03:00 |
|
Ilmir Usmanov
|
871134cff8
|
Update test data
#KT-28309
|
2018-12-28 14:18:39 +03:00 |
|
Mads Ager
|
3a11322506
|
Enable bytecode text tests for the JVM_IR backend.
|
2018-12-21 16:20:45 +01:00 |
|
Mikhael Bogdanov
|
a7c9e14805
|
Don't generate default arguments for inline call
|
2017-04-28 12:19:09 +02:00 |
|
Mikhael Bogdanov
|
02cc5f6bc1
|
Expand default parameters conditions on inlining default function
#KT-14564 Fixed
#KT-10848 Fixed
#KT-12497 Fixed
|
2017-04-28 12:19:07 +02:00 |
|
Alexander Udalov
|
b4051c4577
|
Do not generate unnecessary super-call checks for functions with defaults
Such check should only be generated for a function in an open class
#KT-11962 Fixed
|
2016-12-27 16:22:12 +03:00 |
|