Rename test data folder according to the new test naming convention.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace test
|
||||
|
||||
internal abstract trait test.Bbb : jet.Any {
|
||||
}
|
||||
internal final class test.ClassObjectextendsTrait : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.ClassObjectextendsTrait
|
||||
internal final class object test.ClassObjectextendsTrait.<class-object-for-ClassObjectextendsTrait> : test.Bbb {
|
||||
internal final /*constructor*/ fun <init>(): test.ClassObjectextendsTrait.<class-object-for-ClassObjectextendsTrait>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user