ControlFlowWithEmptyBodyInspection: shouldn't report on while with comments

#KT-32419 Fixed
This commit is contained in:
Dmitry Gridin
2019-07-04 16:33:24 +07:00
parent 6e750b0857
commit 46eb929bd1
5 changed files with 13 additions and 17 deletions
@@ -1,4 +1,4 @@
// PROBLEM: 'while' has empty body
// PROBLEM: none
// FIX: none
fun test(i: Int) {