955bfd6e7b
This commit also refactors relevant intentions & inspections, like "add name to argument", "add names to call arguments", "unnamed boolean literal argument" #KT-30622 Fixed
6 lines
78 B
Kotlin
Vendored
6 lines
78 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun foo(s: String){}
|
|
|
|
fun bar() {
|
|
foo(<caret>"")
|
|
} |