diagnostics for deprecated syntax of function type parameter list
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
class Bar<T>
|
||||
|
||||
fun bar<T>(): Bar<T> = null!!
|
||||
fun <T> bar(): Bar<T> = null!!
|
||||
|
||||
class Foo {
|
||||
fun <R> add(bar: Bar<R>): Foo {return this}
|
||||
|
||||
Reference in New Issue
Block a user