Files
kotlin-fork/compiler/testData/codegen
Denis Zharkov 52b2e632df Simplify generated code for rangeTo/concat intrinsics
The main reason is avoiding complicated operations like
dup + dup_x2 + pop2 for instances obtained by NEW instruction.

Otherwise it leads to problems in performRefinedTypeAnalysis
because code there has a sensible assumption that NEW instances
can be only dupped or stored into a local (rare cases)

 #KT-17457 Fixed
2017-05-22 14:51:04 +03:00
..
2017-03-20 18:46:01 +01:00
2017-03-20 18:46:01 +01:00
2017-03-21 20:49:36 +03:00