Files
kotlin-fork/compiler
Denis Zharkov 9ce3880ac6 Support getValue/setValue/provideDelegate suspend functions in JVM backend
- Determine if there are non-tail calls to getValue/setValue simply
by existance of such a property
(it might be too strict, but implementing more granular check may be rather hard)

- Change in ExpressionCodegen is relevant for provideDelegate,
that in case of local variables uses OnStack as StackValue
(see the comment near these changes)

 #KT-15933 Fixed
2017-01-25 13:54:01 +03:00
..
2017-01-18 21:51:31 +03:00
2016-12-13 18:00:00 +03:00
2017-01-16 17:25:13 +03:00
2017-01-19 09:53:17 +03:00