8e5481b5d5
Implement Intention to add @JvmOverloads Fixes #KT-11523
5 lines
121 B
Kotlin
Vendored
5 lines
121 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// INTENTION_TEXT: "Add '@JvmOverloads' annotation to function 'foo'"
|
|
|
|
fun foo(a: String = ""<caret>) {
|
|
} |