mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
change signature from usage: disable when permute arguments fix is available (IDEA-176975)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "<html> Change signature of f(<s>int</s> <b>String</b>, <s>String</s> <b>int</b>)</html>" "false"
|
||||
class A {
|
||||
void f(int i, String s) {}
|
||||
public void foo() {
|
||||
<caret>f("", 1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user