deprecating types after colon
This commit is contained in:
+1
-1
@@ -7,5 +7,5 @@ trait Tr<T> {
|
||||
|
||||
fun test(t: Tr<*>) {
|
||||
t.<!SETTER_PROJECTED_OUT!>v<!> = null!!
|
||||
t.v checkType { it : _<Any?> }
|
||||
t.v checkType { _<Any?>() }
|
||||
}
|
||||
Reference in New Issue
Block a user