Files
kotlin-fork/compiler/testData/lazyResolve/namespaceComparator/OverrideWithErrors.txt
T
Evgeny Gerashchenko 5e5cd86194 Regenerated test data.
2012-12-20 18:48:47 +04:00

11 lines
357 B
Plaintext

namespace test
internal open class test.A : jet.Any {
public final /*primary constructor*/ fun <init>(): test.A
internal open fun foo(/*0*/ a: [ERROR : E]): jet.Tuple0
}
internal final class test.B : test.A {
public final /*primary constructor*/ fun <init>(): test.B
internal open override /*1*/ fun foo(/*0*/ a: [ERROR : E]): jet.Tuple0
}