fix JetPsiCheckerTest
This commit is contained in:
@@ -9,10 +9,10 @@ fun test() : Unit {
|
||||
checkSubtype<Int>(x as Int)
|
||||
checkSubtype<Int>(y <warning>as Int</warning>)
|
||||
checkSubtype<Int?>(x <warning>as Int?</warning>)
|
||||
checkSubtype<Int?>(y <warning>as Int?</warning>)
|
||||
checkSubtype<Int?>(y as Int?)
|
||||
checkSubtype<Int?>(x <warning>as Int?</warning>)
|
||||
checkSubtype<Int?>(y <warning>as? Int</warning>)
|
||||
checkSubtype<Int?>(x <warning>as? Int?</warning>)
|
||||
checkSubtype<Int?>(y <warning>as? Int?</warning>)
|
||||
checkSubtype<Int?>(y as? Int?)
|
||||
Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user