Regenerated all test data which uses NamespaceComparator.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.TestSome</*0*/ P : jet.Any?> : jet.Any {
|
||||
public final /*primary constructor*/ fun </*0*/ P : jet.Any?><init>(): test.TestSome<P>
|
||||
internal final class object test.TestSome.<class-object-for-TestSome> : test.ToResolve<[ERROR : P]> {
|
||||
private final /*constructor*/ fun <init>(): test.TestSome.<class-object-for-TestSome>
|
||||
internal final class TestSome</*0*/ P> {
|
||||
/*primary*/ public constructor TestSome</*0*/ P>()
|
||||
|
||||
internal class object <class-object-for-TestSome> : test.ToResolve<[ERROR : P]> {
|
||||
/*primary*/ private constructor <class-object-for-TestSome>()
|
||||
}
|
||||
}
|
||||
internal open class test.ToResolve</*0*/ SomeClass : jet.Any?> : jet.Any {
|
||||
public final /*primary constructor*/ fun </*0*/ SomeClass : jet.Any?><init>(/*0*/ f: jet.Function1<jet.Int, jet.Int>): test.ToResolve<SomeClass>
|
||||
|
||||
internal open class ToResolve</*0*/ SomeClass> {
|
||||
/*primary*/ public constructor ToResolve</*0*/ SomeClass>(/*0*/ f : (jet.Int) -> jet.Int)
|
||||
}
|
||||
internal final fun testFun(/*0*/ a: jet.Int): jet.Int
|
||||
internal final fun testFun(/*0*/ a : jet.Int) : jet.Int
|
||||
|
||||
Reference in New Issue
Block a user