blob: 86df2c4ac99f836203ba2f83df3b8c9d604ae60c [file] [log] [blame]
package p1.p2;
import android.graphics.PorterDuff;
class FieldWithinCall {
public void test() {
int hash = <error descr="Field requires API level 11 (current min is 1): android.graphics.PorterDuff.Mode#OVERLAY">PorterDuff.Mode.OVERLAY</error>.hashCode();
}
}