improve handling of eval (#3776)

closes #3768
This commit is contained in:
Alex Lam S.L
2020-04-10 23:36:17 +01:00
committed by GitHub
parent dce9dfce0e
commit c810ecd081
5 changed files with 90 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ remove_sequence: {
(0, 1, _decorators.logThis)();
}
expect: {
eval();
(0, eval)();
logThis();
(0, _decorators.logThis)();
}