class Test { { int i = 2; int n = 5; boolean b = !(i < n); } }