Files
kotlin-fork/jps-plugin/testData/incremental/classHierarchyAffected/classBecameInterface/AChild.kt
T
2016-01-12 15:32:47 +03:00

3 lines
36 B
Kotlin
Vendored

package foo
open class AChild : A()