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