Deprecate function expressions with names
This commit is contained in:
@@ -4,6 +4,6 @@ fun test(@ann <!UNUSED_PARAMETER!>p<!>: Int) {
|
||||
|
||||
}
|
||||
|
||||
val bar = fun test(@ann <!UNUSED_PARAMETER!>g<!>: Int) {}
|
||||
val bar = fun(@ann <!UNUSED_PARAMETER!>g<!>: Int) {}
|
||||
|
||||
val bas = { <!DEPRECATED_LAMBDA_SYNTAX!>(@ann t: Int)<!> -> }
|
||||
Reference in New Issue
Block a user