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

2 lines
52 B
Kotlin
Vendored

// FIX: Remove braces
val test get() = <caret>{ "" }