Allow to override suppression key for inspections
This commit is contained in:
committed by
Nikolay Krasko
parent
8196621be5
commit
697132561f
+7
@@ -0,0 +1,7 @@
|
||||
package suppressed
|
||||
|
||||
@Suppress("InvalidBundleOrProperty")
|
||||
fun testSuppressedOnFun() {
|
||||
K.message("foo.bar")
|
||||
J.message("foo.bar")
|
||||
}
|
||||
Reference in New Issue
Block a user