1 2 3 4 5 6
public class ValInMultiDeclaration { public void test() { final int x = 10; final java.lang.String y = ""; } }