DRY-78: TC: cannot type field access on constantdec available by implement of interface
interface A {
public static final int X = 5;
}class TestResult implements A {
Submitted on 19 June 2005 at 16:56
void testresult() {
int x = TestResult.X;
}
}
Log in to post comments