e10fa218f5
Range is extended iff we are in DO_NOT_SHOW case, otherwise just return is highlighted to avoid ugly highlighting So #KT-19771 Fixed
7 lines
139 B
Kotlin
Vendored
7 lines
139 B
Kotlin
Vendored
// HIGHLIGHT: INFORMATION
|
|
// PROBLEM: Use expression body instead of return
|
|
|
|
fun simple(): Int {<caret>
|
|
return 1 *
|
|
(2 + 3)
|
|
} |