Files
kotlin-fork/idea/testData/intentions/addJvmOverloads/primaryConstructorOneWithDefault.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
59 B
Kotlin
Vendored

// IS_APPLICABLE: false
class A(a: String<caret> = "") {
}