aboutsummaryrefslogtreecommitdiff
path: root/test/pretty/resource/after/Java11Var.javva
blob: cec4be6dd24ed7a47a7eed7d09f91d4387bfb3c6 (plain)
1
2
3
4
5
6
public class Java11Var {
	public void test() {
		var b = 10;
		int c = 11;
	}
}