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

3 lines
44 B
Plaintext
Vendored

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