diagnostics for deprecated syntax of function type parameter list
This commit is contained in:
+1
-1
@@ -7,5 +7,5 @@ class Delegate {
|
||||
return 1
|
||||
}
|
||||
|
||||
fun propertyDelegated<T>(p: PropertyMetadata) {}
|
||||
fun <T> propertyDelegated(p: PropertyMetadata) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user