f87d2d1fcc
chooser. Do not suggest parenthesized expressions #KT-9028 Fixed
13 lines
100 B
Kotlin
Vendored
13 lines
100 B
Kotlin
Vendored
fun foo() {
|
|
(<caret>1
|
|
+ 2 -
|
|
3)*(-
|
|
4)
|
|
}
|
|
|
|
/*
|
|
1
|
|
1 + 2
|
|
1 + 2 - 3
|
|
(1 + 2 - 3) * (-4)
|
|
*/ |