mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-40780 When code is compiled with -g, use the argument name for the @NotNull error.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class UseParameterNames {
|
||||
public UseParameterNames(Object obj, @NotNull Object obj2) { }
|
||||
public void instanceMethod(@NotNull Object x) {}
|
||||
public static void staticMethod(@NotNull Object y) {}
|
||||
}
|
||||
Reference in New Issue
Block a user