mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
inline parameter: simple inline as local variable (IDEA-55951)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class ExpData {
|
||||
void foo(String s) {
|
||||
s = "";
|
||||
System.out.println(<caret>s.substring(2));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user