Fixed test for KT-6530 Do not report "useless cast" when RHS is unresolved
This commit is contained in:
@@ -13,6 +13,4 @@ fun test() : Unit {
|
||||
x <!USELESS_CAST!>as? Int?<!> : Int?
|
||||
y <!USELESS_CAST_STATIC_ASSERT_IS_FINE!>as? Int?<!> : Int?
|
||||
Unit
|
||||
|
||||
x as <!UNRESOLVED_REFERENCE!>UnresolvedType<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user