fda5692fc6
Change severity to INFORMATION if a variable hasn't whitespace around & add an option to return the old behavior #KT-31717 Fixed
5 lines
92 B
Plaintext
Vendored
5 lines
92 B
Plaintext
Vendored
// HIGHLIGHT: GENERIC_ERROR_OR_WARNING
|
|
|
|
fun foo(`object`: Any) {
|
|
val bar = "$`object`"
|
|
} |