Files
openide/java/java-tests/testData/refactoring/extractMethodObject4Debugger/ArrayInitializer.java
Anna Kozlova cd2d76587a extract light method object: complete array initializer with first element type (IDEA-131435)
(cherry picked from commit 2b66700cb40889d0578426a0ddca6fb0b02f2718)
2014-10-17 21:08:46 +02:00

5 lines
68 B
Java

class Sample {
void foo() {
Runnable[] runs = {<caret>};
}
}