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