package test;

class PackageAnnotationTest {
    // Allowed because of package annotation.
    Object f = null;
}
