diagnostics for deprecated syntax of function type parameter list
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
fun foo<T>(a: List<T>) {
|
||||
fun <T> foo(a: List<T>) {
|
||||
val t: T = a.get(0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user