FIR checker: warn useless as and is
This commit is contained in:
committed by
TeamCityServer
parent
19d939c36e
commit
e2dc21da90
@@ -45,10 +45,10 @@ fun test(a: Any) {
|
||||
.0fin a
|
||||
.0<!UNRESOLVED_REFERENCE!>din<!> a
|
||||
|
||||
1is Any
|
||||
<!USELESS_IS_CHECK!>1is Any<!>
|
||||
1as Any
|
||||
1as? Any
|
||||
|
||||
1!is Any
|
||||
<!USELESS_IS_CHECK!>1!is Any<!>
|
||||
1!in a
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user