deprecating types after colon
This commit is contained in:
@@ -6,5 +6,5 @@ fun test() {
|
||||
} else {
|
||||
{ 2 }
|
||||
}
|
||||
a checkType { it : _<() -> Int> }
|
||||
a checkType { _<() -> Int>() }
|
||||
}
|
||||
Reference in New Issue
Block a user