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; }