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