Tests fixed after default nullability for type arguments changed to NotNull
This commit is contained in:
@@ -14,6 +14,7 @@ public interface TwoSuperclassesVarargAndNot {
|
||||
}
|
||||
|
||||
public interface Super2 {
|
||||
@KotlinSignature("fun foo(s : Array<out String?>?)")
|
||||
void foo(String[] s);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user