blob: fbb8af0bbc5a8788df74e3f0a833d82c8a2cf28d [file] [log] [blame]
function Test()
{
if (true)
{
return;
}
}
Test.myFunction = function() {
}