Files
kotlin/compiler/testData/codegen/box/controlStructures
Alexander Udalov 4ca522bf0e Fix codegen of do-while condition
The condition of a do-while loop can use variables declared in the loop
(variables can only be declared inside a block). Previously this behaviour
caused crash because after the block was generated, all variables declared
inside that block were gone from myFrameMap

 #KT-3280 Fixed
2013-02-04 15:30:38 +04:00
..
2013-02-04 15:30:38 +04:00
2013-02-04 15:30:38 +04:00