Mark Punzalan
|
9df2f69f09
|
[FIR] Disable failing blackbox codegen tests for FIR.
|
2019-11-19 11:00:09 +03:00 |
|
Alexander Udalov
|
4164b620e8
|
Minor, remove obsolete directives and suppressions from contracts test data
|
2019-11-07 15:20:34 +01:00 |
|
Alexander Udalov
|
66e19b13ce
|
IR: create shared variables for val-variables when needed
This is possible when a lambda's contract guarantees initialization of a
variable.
|
2019-11-07 15:20:34 +01:00 |
|
Ilmir Usmanov
|
08794d17a0
|
Do not box function argument if it is used in EXACTLY_ONCE lambda
Since we cannot change type of parameter, we cannot replace it with
box type.
#KT-29510 Fixed
#KT-29614 Fixed
#KT-29385 Fixed
|
2019-09-30 17:42:17 +03:00 |
|
Ilmir Usmanov
|
8a01da6ec6
|
Support val initialization in non-inline function with EXACTLY_ONCE effect
by generating a box for the value.
#KT-26126 Fixed
|
2018-12-28 15:09:11 +03:00 |
|