Files
kotlin-fork/jps-plugin/testData/incremental/classHierarchyAffected/classRemoved/funA.kt.new.2
T

8 lines
81 B
Plaintext
Vendored

package foo
fun A(a: Int = 1) = AnotherA()
class AnotherA {
fun foo() {}
}