Support for checking loaded descriptors agains an expected txt file
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace <root>
|
||||
|
||||
// <namespace name="localObjects">
|
||||
namespace localObjects
|
||||
|
||||
internal open class localObjects.Foo : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): localObjects.Foo
|
||||
internal final fun foo(): jet.Int
|
||||
}
|
||||
internal final val A: localObjects.A
|
||||
internal final val bb: [ERROR : <ERROR FUNCTION RETURN TYPE>]
|
||||
internal final fun test(): jet.Tuple0
|
||||
// </namespace name="localObjects">
|
||||
Reference in New Issue
Block a user