Fix test data

This commit is contained in:
Mikhail Bogdanov
2020-06-19 14:51:43 +02:00
parent 99d844dcfb
commit 58183b774d
4 changed files with 11 additions and 7 deletions
@@ -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;
}
}