Regenerated all test data which uses NamespaceComparator.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
namespace test
|
||||
|
||||
public final class test.UnboundWildcard : java.lang.Object {
|
||||
public final /*constructor*/ fun <init>(): test.UnboundWildcard
|
||||
public final fun foo(): test.UnboundWildcard.MyClass<out jet.CharSequence?>?
|
||||
public abstract trait test.UnboundWildcard.MyClass</*0*/ T : jet.CharSequence?> : java.lang.Object {
|
||||
public final class UnboundWildcard : java.lang.Object {
|
||||
public constructor UnboundWildcard()
|
||||
public final fun foo() : test.UnboundWildcard.MyClass<out jet.CharSequence?>?
|
||||
|
||||
public trait MyClass</*0*/ T : jet.CharSequence?> : java.lang.Object {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user