Remove KotlinSignature from tests, spec, delete tests with errors
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
package test;
|
||||
|
||||
import jet.runtime.typeinfo.KotlinSignature;
|
||||
|
||||
public final class StarProjection {
|
||||
@KotlinSignature("fun foo(): MyClass<*>")
|
||||
public final MyClass<?> foo() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user