UNPKG

gtags-parsers

Version:

External parser for customized GNU global source tagging system

8 lines (6 loc) 148 B
'use strict'; /* eslint no-unused-vars: off */ const v = 'val'; function foo(a = v) { } function bar(a = undefined) { } function baz(a = null) { }