Files
kotlin-fork/idea/testData/intentions/changeVisibility/protected/caretAfter.kt
T
2015-09-18 15:44:17 +03:00

3 lines
42 B
Kotlin
Vendored

class C {
private<caret> fun foo(){}
}