Files
kotlin-fork/idea/testData/inspectionsLocal/functionWithLambdaExpressionBody/removeBraces/function.kt.after
T
Toshiaki Kameyama 538a746df9 Introduce "Function with = { ... }" inspection
#KT-17119 Fixed
2018-12-26 19:14:06 +03:00

2 lines
54 B
Plaintext
Vendored

// FIX: Remove braces
fun test(a: Int, b: Int) = a + b