4aad73cc创建于 2025年7月9日历史提交
var using_protected = require("using_protected");

f = new using_protected.FooBar();
f.x = 3;

if (f.blah(4) != 4) {
    throw new Error("blah(int)");
}