KT-14329 Do not report inspection "Remove empty class body" for anonymous objects (#972)

This commit is contained in:
Yoshinori Isogai
2016-10-14 20:00:55 +09:00
committed by Dmitry Jemerov
parent 2b2042860d
commit 708a0e3b5d
9 changed files with 68 additions and 1 deletions
@@ -0,0 +1,5 @@
// IS_APPLICABLE: false
fun test() {
object {}<caret>
}