DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / cases / compiler / jsSelfReferencingArgumentsFunction.ts
12345678
// @Filename: foo.js // @noEmit: true // @allowJs: true // Test #16139 function Foo() { arguments; return new Foo(); }