fda5692fc6
Change severity to INFORMATION if a variable hasn't whitespace around & add an option to return the old behavior #KT-31717 Fixed
6 lines
140 B
Kotlin
Vendored
6 lines
140 B
Kotlin
Vendored
// HIGHLIGHT: INFORMATION
|
|
|
|
fun foo() {
|
|
val x = 4
|
|
val y = "$<caret>{x}() this is okay, x will not be thought of as a function call"
|
|
} |