2019-02-26 07:56:58 +03:00
|
|
|
// reported from issue #60
|
2018-10-25 07:17:05 +03:00
|
|
|
void function() {
|
2019-02-26 07:56:58 +03:00
|
|
|
var a; // this foo should be dropped
|
2018-11-14 13:40:46 +03:00
|
|
|
a = function() {
|
2018-10-25 07:17:05 +03:00
|
|
|
return 1;
|
|
|
|
};
|
|
|
|
}.b(this);
|