[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
@@ -9,5 +9,5 @@ fun F() : MutableMap<String, String> {
|
||||
val value: String? = "xyz"
|
||||
if (value == null) throw Error()
|
||||
// Smart cast should be here
|
||||
return hashMapOf("sss" to value)
|
||||
}
|
||||
return hashMapOf("sss" to value)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user