extract light method object: complete array initializer with first element type (IDEA-131435)

(cherry picked from commit 2b66700cb40889d0578426a0ddca6fb0b02f2718)
This commit is contained in:
Anna Kozlova
2014-10-17 21:08:46 +02:00
parent f90c603a81
commit cd2d76587a
3 changed files with 53 additions and 6 deletions
@@ -0,0 +1,5 @@
class Sample {
void foo() {
Runnable[] runs = {<caret>};
}
}