Files
kotlin-fork/idea/testData/intentions/changeVisibility/protected/simple.kt.after
T
2015-05-14 01:10:11 +03:00

3 lines
44 B
Plaintext
Vendored

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