blob: 84eab3ac2e271787ae0c43ffb70c9508b3772270 [file] [log] [blame]
var template_extend2 = require("template_extend2");
a = new template_extend2.lBaz();
b = new template_extend2.dBaz();
if (a.foo() != "lBaz::foo") {
throw new Error;
}
if (b.foo() != "dBaz::foo") {
throw new Error;
}