Support for checking loaded descriptors agains an expected txt file
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace <root>
|
||||
|
||||
Foo() internal final class Bar : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): Bar
|
||||
}
|
||||
internal final class Foo : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): Foo
|
||||
}
|
||||
Reference in New Issue
Block a user