Files
kotlin-fork/idea/testData/codeInsight/overrideImplement/propagationKJK/foo/Impl.kt
T
2014-02-20 16:31:25 +04:00

6 lines
48 B
Kotlin
Vendored

package foo
class Impl : Bar() {
<caret>
}