blob: 6db6912f48d22205f94169e26ec597ce646a33d5 [file] [log] [blame]
import foo.Super;
class Zoo {
void foo() {
new Super.Inner()<caret>
}
}