mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: 84111526ca761cc9b4cb468371e4455ef5b0fead
7 lines
144 B
Java
7 lines
144 B
Java
// "Suppress for statement" "true"
|
|
class X {
|
|
{
|
|
//noinspection MyLocalInspectionTool
|
|
String s = String.format("foo");
|
|
}
|
|
} |