blob: 77da929431f59cc6bff4714af60dce6560d972d6 [file] [log] [blame]
package p;
interface I{
int A = 0;
}
class B{
int A = I.A;
}