Files
kotlin-fork/jps-plugin/testData/incremental/classHierarchyAffected/classRemovedAndRestored/A.kt.new.2
T

6 lines
47 B
Plaintext
Vendored

package foo
open class A {
fun foo() {}
}