blob: 673a4e6f1398497be6380bc6c926d8ea73c227e9 [file] [log] [blame]
if (Testobj.getVal() != 'Hello World') {
throw "unexpected value";
}
Testobj = "a string";
if (Testobj.getVal != undefined ||
Testobj != 'a string') {
throw "can' change Testobj?";
}