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
5 lines
115 B
Plaintext
Vendored
5 lines
115 B
Plaintext
Vendored
// HIGHLIGHT: INFORMATION
|
|
// PROBLEM: Use expression body instead of return
|
|
|
|
fun simple(): Int = 1 *
|
|
(2 + 3) |