blob: 3d53be629d16a4c959f93d03cb95cfdb77c6034a [file] [log] [blame]
import "b.dart";
var x = A.b().c().d;
class A {
static B b() {
return new B();
}
}