mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 11:54:44 -06:00
Add malformed parameter test
(cherry picked from commit b15ff81384f33e17bb8e10e10d5992cd6727e68c)
This commit is contained in:
parent
a426de3b89
commit
54bc98b22a
@ -5,8 +5,9 @@
|
||||
//// /**
|
||||
//// * This is a very cool function that is very nice.
|
||||
//// * @returns something
|
||||
//// * @param p anotherthing
|
||||
//// */
|
||||
//// function a1() {
|
||||
//// function a1(p) {
|
||||
//// try {
|
||||
//// throw new Error('x');
|
||||
//// } catch (x) { x--; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user