public /*abstract*/ class WillWorkTest { int opera() { int i = 0; int k; if (true) k = i; return k; } }