Files
kotlin-fork/idea/testData/intentions/addJvmOverloads/noDefaultParams.kt
T
Kirill Rakhman 8e5481b5d5 Implement Intention to add @JvmOverloads (#860)
Implement Intention to add @JvmOverloads
Fixes #KT-11523
2016-04-29 14:32:00 +03:00

4 lines
62 B
Kotlin
Vendored

// IS_APPLICABLE: false
fun foo(a: String<caret>, b: Int) {
}