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