Fix test data
This commit is contained in:
@@ -38,7 +38,8 @@ public abstract interface Intf {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static java.lang.String bar(Intf $this, int bcd) {
|
||||
public static java.lang.String bar(@org.jetbrains.annotations.NotNull()
|
||||
Intf $this, int bcd) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user