Files
kotlin-fork/compiler/testData/lazyResolve/diagnostics/dataFlow/WhenSubject.txt
T

10 lines
273 B
Plaintext

namespace <root>
internal final class BinOp : Expr {
public final /*constructor*/ fun <init>(/*0*/ operator: jet.String): BinOp
internal final val operator: jet.String
}
internal abstract trait Expr : jet.Any {
}
internal final fun test(/*0*/ e: Expr): jet.Tuple0