mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
IDEA-131456 //noinspection InspectionName(s) should fully support comments
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Suppress for class" "false"
|
||||
public class Test {
|
||||
|
||||
{
|
||||
int i = 0;
|
||||
//noinspection SillyAssignment my very long comment
|
||||
i = i;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user