class Test { void foo(int a, double b) { if (a = b) { } } }