8e5481b5d5
Implement Intention to add @JvmOverloads Fixes #KT-11523
4 lines
62 B
Kotlin
Vendored
4 lines
62 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun foo(a: String<caret>, b: Int) {
|
|
} |