Moved loadJava "general" tests to subdirectory.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
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