Fix test data
This commit is contained in:
@@ -14,7 +14,8 @@ public abstract interface Intf {
|
||||
super();
|
||||
}
|
||||
|
||||
public static int getColor(Intf $this) {
|
||||
public static int getColor(@org.jetbrains.annotations.NotNull()
|
||||
Intf $this) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
@@ -51,7 +52,8 @@ public abstract interface IntfWithDefaultImpls {
|
||||
super();
|
||||
}
|
||||
|
||||
public static void a(IntfWithDefaultImpls $this) {
|
||||
public static void a(@org.jetbrains.annotations.NotNull()
|
||||
IntfWithDefaultImpls $this) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user