Files
kotlin-fork/idea/testData/intentions/addJvmOverloads/primaryConstructorOnAnnotationClass.kt
T
2020-03-18 13:51:56 +00:00

3 lines
110 B
Kotlin
Vendored

// IS_APPLICABLE: false
annotation class OverloadedAnn(val s1: String<caret> = "abc", val s2: String = "abc")