mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
SuspiciousTernaryOperatorInVarargsCallInspection: fix test
GitOrigin-RevId: 8a62405481be34ff98f239ca345fc03d91dec520
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e6a48c8fea
commit
d8f40a6bf9
@@ -1,5 +1,4 @@
|
||||
// "Replace with 'new Object[]{a}'" "false"
|
||||
// "Replace with 'new Object[]{b}'" "false"
|
||||
// "Fix all 'Suspicious ternary operator in varargs method call' problems in file" "false"
|
||||
|
||||
class Test {
|
||||
static void bar(boolean flag) {
|
||||
|
||||
Reference in New Issue
Block a user