deprecating types after colon
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// !CHECK_TYPE
|
||||
|
||||
fun test() {
|
||||
return Unit : Unit
|
||||
return checkSubtype<Unit>(Unit)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user