[FIR] Implement suppressing diagnostics with @Suppress
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo(x: String) {}
|
||||
|
||||
@Suppress("INAPPLICABLE_CANDIDATE")
|
||||
fun bar() {
|
||||
foo(10)
|
||||
}
|
||||
Reference in New Issue
Block a user