KT-14329 Do not report inspection "Remove empty class body" for anonymous objects (#972)
This commit is contained in:
committed by
Dmitry Jemerov
parent
2b2042860d
commit
708a0e3b5d
@@ -0,0 +1,7 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
interface Foo
|
||||
|
||||
fun test() {
|
||||
val value = object : Foo {}<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user