Files
kotlin-fork/idea/testData/codeInsight/overrideImplement/withLib/source.kt.txt
T
2013-09-25 16:04:17 +04:00

9 lines
174 B
Plaintext

package dependency
// To regenerate this test, run CompileBinaryTestData.kt
// Or manually, compile this file into jar
public open class A {
public open fun foo() {}
}