[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
-1
@@ -14,6 +14,6 @@ import a.C
|
||||
|
||||
class A : C() {
|
||||
fun test() {
|
||||
val <!UNUSED_VARIABLE!>v<!> = <!INVISIBLE_MEMBER!>myValue<!>
|
||||
val v = <!INVISIBLE_MEMBER!>myValue<!>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user