Files
kotlin-fork/idea/testData/intentions/changeVisibility/private/onAnnotation.kt
T
Nikolay Krasko 28d187ca1a More tests for ChangeVisibilityModifierIntention
(cherry picked from commit e7cdba7)
2016-09-08 17:32:40 +03:00

5 lines
89 B
Kotlin
Vendored

annotation class Small(val i: Int, val s: String)
@Sma<caret>ll(1, "2") fun test1() {
}