mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 21:43:33 +07:00
incompatible types tooltip: ensure vararg parameter is shown when first arg is compatible
GitOrigin-RevId: 70cc20169203f5dc857e73a84548089b6ebebc3c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1ccce974ac
commit
628624c0c8
+1
-1
@@ -4,6 +4,6 @@ class MyTest {
|
||||
}
|
||||
|
||||
void test() {
|
||||
processStrings(<error descr="'processStrings(java.lang.String...)' in 'MyTest' cannot be applied to '(int, java.lang.String, java.lang.String)'">1</error>, "str", "s");
|
||||
processStrings("", <error descr="'processStrings(java.lang.String...)' in 'MyTest' cannot be applied to '(java.lang.String, int, java.lang.String, java.lang.String)'">1</error>, "str", "s");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user