[Test] Disable UNUSED_* diagnostics in tests which are not belong to contolFlowAnalysis suite
This commit is contained in:
committed by
TeamCityServer
parent
85949b387e
commit
cd890d5833
@@ -1,4 +1,4 @@
|
||||
fun ff(<!UNUSED_PARAMETER!>a<!>: String) = 1
|
||||
fun ff(a: String) = 1
|
||||
|
||||
fun gg() {
|
||||
val a: String? = ""
|
||||
|
||||
Reference in New Issue
Block a user