Files
kotlin-fork/compiler/testData/lazyResolve/diagnostics/incompleteCode/kt2014.txt
T

15 lines
376 B
Plaintext

namespace <root>
// <namespace name="c">
namespace c
internal final class c.Foo : jet.Any {
public final /*constructor*/ fun <init>(): c.Foo
internal final val a: jet.Int
internal final fun bar(/*0*/ i: jet.Int): jet.Int
internal final fun prop(): jet.Int
}
internal final val R: c.R
internal final fun x(/*0*/ f: c.Foo): jet.Tuple0
// </namespace name="c">