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