Create CrashTestDummy.js
This commit is contained in:
parent
1c8667bb33
commit
3242ce3770
|
|
@ -0,0 +1,3 @@
|
|||
function pepe (pepe1: string, pepe2: boolean, pepe3: number) {
|
||||
pepe("pepe", true, 100)
|
||||
}
|
||||
Loading…
Reference in New Issue