package foo; public class Test { public static void main(final String[] args) { final int foo = 12; } }