deprecating types after colon
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
fun test(a: Array<out String>) {
|
||||
val b = a.toList()
|
||||
|
||||
b checkType { it : _<List<String>> }
|
||||
b checkType { _<List<String>>() }
|
||||
}
|
||||
Reference in New Issue
Block a user