diagnostics for deprecated syntax of function type parameter list
This commit is contained in:
@@ -9,6 +9,6 @@ fun test() {
|
||||
val <!UNUSED_VARIABLE!>n1<!> : List<String> = newList()
|
||||
}
|
||||
|
||||
fun newList<S>() : ArrayList<S> {
|
||||
fun <S> newList() : ArrayList<S> {
|
||||
return ArrayList<S>()
|
||||
}
|
||||
Reference in New Issue
Block a user