blob: 842ec32c8a2b97d6b11db1b98f6d7c98f384a3b6 [file] [log] [blame]
package com.siyeh.igtest.bugs;
public class OctalDecimalMixedInspection
{
private static int[] s_bar = new int[]{3, 4, 05};
private static int[] s_foo = new int[]{3, 4, 0};
}