Allow to override suppression key for inspections
This commit is contained in:
committed by
Nikolay Krasko
parent
8196621be5
commit
697132561f
@@ -0,0 +1,7 @@
|
||||
@Suppress("warnings")
|
||||
val Any.v: Int
|
||||
get() = 123
|
||||
|
||||
@Suppress("unused")
|
||||
val Any.v1: Int
|
||||
get() = 123
|
||||
Reference in New Issue
Block a user