do not need parenthesis for associative operations (IDEADEV-41569); move to java...
[fedora-idea.git] / java / java-tests / testData / refactoring / introduceVariable / SCR10412.java
blob0a4769de226f70e60cee325f848dce29749f844e
1 class Test {
3 String[] s = <selection>{ "a", "b" }</selection>;