Create DeprecatedLambdaSyntaxFix for whole project
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
val h = { -> }
|
||||
|
||||
val l = @bar (
|
||||
fun Int.bar() {
|
||||
})
|
||||
|
||||
val s = (
|
||||
fun (): Int = 5)()
|
||||
Reference in New Issue
Block a user