Lift assignment out: do not highlight for exactly one assignment

Related to KT-14900
This commit is contained in:
Mikhail Glukhikh
2017-07-05 15:04:27 +03:00
parent 1010ecca8c
commit c0d10264bc
6 changed files with 17 additions and 6 deletions
@@ -1,3 +1,5 @@
// HIGHLIGHT: INFORMATION
fun foo(): Int {
var res = 0
loop@ while (true) {