Files
kotlin-fork/compiler
Tuomas Tynkkynen 7a2321460d Prevent expression selector from selecting just a label
Previously, extract variable could act on e.g. 'break@outerLoop' and
extract the label, leading into nonsensical 'val x = @outerLoop'.
Prevent JetRefactoringUtil.selectExpression from returning label
expressions to fix this.

 #KT-4515 Fixed
2014-02-24 22:40:14 +04:00
..
2014-02-24 20:27:19 +04:00
2014-01-16 23:40:18 +04:00
2013-12-26 13:50:10 +04:00