blob: 1b8964cd2a1b89f87d292637c88086be4fabc391 [file] [log] [blame]
// Here, an import is added for a type needed only after a qualification is added.
// 8, 19 -> 8, 29 removeAll == false
package p2;
import p1.A;
import p1.A.B;
class InlineSite {
Object thing= A.ALFRED;
}