mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
@Nullable/@NotNull problems: false positive: annotation is inapplicable for primitive types (IDEA-78186 )
This commit is contained in:
+8
@@ -47,4 +47,12 @@ class C {
|
||||
}
|
||||
return c1;
|
||||
}
|
||||
}
|
||||
|
||||
class D {
|
||||
@Nullable Long myL;
|
||||
|
||||
D(long l) {
|
||||
myL = l;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user