mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
inline method: allow to inline vars ar parameters for negative values (IDEA-154831)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
void foo(double d1, double d2) {
|
||||
System.out.println(d1, d2);
|
||||
}
|
||||
|
||||
{
|
||||
f<caret>oo(-12.0, 12.0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user