mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
introduce parameter: allow to introduce parameter from code block (IDEA-81166)
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
class Test {
|
||||
void bar() {
|
||||
foo(1);
|
||||
}
|
||||
|
||||
void foo(int i) {
|
||||
<selection>
|
||||
System.out.println(i);
|
||||
System.out.println(i);
|
||||
</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user