deprecating types after colon
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// !CHECK_TYPE
|
||||
|
||||
import java.util.Collections
|
||||
|
||||
val ab = Collections.emptyList<Int>() : List<Int>?
|
||||
val ab = checkSubtype<List<Int>?>(Collections.emptyList<Int>())
|
||||
|
||||
Reference in New Issue
Block a user