Support for checking loaded descriptors agains an expected txt file

This commit is contained in:
Andrey Breslav
2012-07-11 19:51:56 +04:00
parent 7cf9eeee65
commit 44d92d8eb3
411 changed files with 5050 additions and 8 deletions
@@ -0,0 +1,12 @@
namespace <root>
// <namespace name="h">
namespace h
internal final class h.Square : jet.Any {
public final /*constructor*/ fun <init>(): h.Square
internal final var area: jet.Double private set
internal final var size: jet.Double
}
internal final fun main(/*0*/ args: jet.Array<jet.String>): jet.Tuple0
// </namespace name="h">
@@ -0,0 +1,3 @@
namespace <root>
internal final fun foo(): [ERROR : No type, no body]
@@ -0,0 +1,7 @@
namespace <root>
// <namespace name="c">
namespace c
internal final val i: [ERROR : No type, no body]
// </namespace name="c">
@@ -0,0 +1,7 @@
namespace <root>
// <namespace name="c">
namespace c
internal final val i: jet.String
// </namespace name="c">
@@ -0,0 +1,3 @@
namespace <root>
internal final fun test(/*0*/ a: jet.Any): jet.Tuple0
@@ -0,0 +1,3 @@
namespace <root>
internal final fun bar(): jet.Tuple0