Implement Intention to add @JvmOverloads (#860)
Implement Intention to add @JvmOverloads Fixes #KT-11523
This commit is contained in:
committed by
Dmitry Jemerov
parent
f309920af8
commit
8e5481b5d5
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
class A(a: String<caret> = "") {
|
||||
}
|
||||
Reference in New Issue
Block a user