1 2 3 4 5 6 7 8 9 10
package bar.foo; class static_2 { static class koink { static int i; static void foo (){} static {} static class foo {} } }