Support for checking loaded descriptors agains an expected txt file
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace <root>
|
||||
|
||||
internal final fun f(/*0*/ p: jet.Int): jet.Int
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
namespace <root>
|
||||
|
||||
internal final fun f(/*0*/ i: jet.Int): jet.Tuple0
|
||||
@@ -0,0 +1,4 @@
|
||||
namespace <root>
|
||||
|
||||
internal final val f: jet.Function0<jet.Int>
|
||||
internal final val i: jet.Int
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace <root>
|
||||
|
||||
internal final class RedefinePropertyInFor : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): RedefinePropertyInFor
|
||||
internal final fun ff(): jet.Tuple0
|
||||
internal final var i: jet.Int
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace <root>
|
||||
|
||||
internal final class RedefinePropertyInFunction : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): RedefinePropertyInFunction
|
||||
internal final fun f(): jet.Int
|
||||
internal final var i: jet.Int
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
namespace <root>
|
||||
|
||||
internal final fun ff(): jet.Int
|
||||
@@ -0,0 +1,3 @@
|
||||
namespace <root>
|
||||
|
||||
internal final fun ff(): jet.Int
|
||||
@@ -0,0 +1,3 @@
|
||||
namespace <root>
|
||||
|
||||
internal final fun f(): jet.Int
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
namespace <root>
|
||||
|
||||
internal final fun ff(): jet.Int
|
||||
Reference in New Issue
Block a user