mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
extract light method object: complete array initializer with first element type (IDEA-131435)
(cherry picked from commit 2b66700cb40889d0578426a0ddca6fb0b02f2718)
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class Sample {
|
||||
void foo() {
|
||||
Runnable[] runs = {<caret>};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user