blob: 85585af4d931b9f63dc6a196fcdd0eaf6b88f270 [file] [log] [blame]
package com.siyeh.ipp.parentheses;
class ArrayInitializer {{
final Object[] objects = {2 + 2, 1};
}}