diagnostics for deprecated syntax of function type parameter list
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
package p
|
||||
|
||||
fun run<T>(f: () -> T): T {
|
||||
fun <T> run(f: () -> T): T {
|
||||
return f()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user