Suggestions from expression itself to have higher priority + fixed incorect upper case naming
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
class J {
|
||||
|
||||
public static class A {
|
||||
public A(int i, @NotNull String s, @NotNull B B) {
|
||||
public A(int i, @NotNull String s, @NotNull B b) {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user