Files
kotlin-fork/idea/testData
Nikolay Krasko 4087e650aa Wrong delegation to delegation property in debugger when property defined in another module (KT-12678)
Different bytecode can be generated for delegated property and for non-delegated one. Backend inspects DELEGATED_PROPERTY_CALL to understand the property type, and expects that
this information had been already recorded into context. Frontend writes DELEGATED_PROPERTY_CALL into context during body resolve or type inference if type is not present.

Either way in debugger context it may happen that the DELEGATED_PROPERTY_CALL won't be written into context.

 #KT-12678
2016-06-20 16:22:04 +03:00
..
2016-06-19 12:50:54 +03:00
2016-04-27 19:40:58 +03:00
2016-05-11 19:52:31 +03:00
2015-05-13 16:13:13 +02:00
2016-04-04 23:12:38 +03:00
2015-07-06 21:06:12 +03:00