Adding Group

This commit is contained in:
metacryst
2024-09-12 15:08:51 -05:00
parent 9432c65fa4
commit cfdf67998d
10 changed files with 54 additions and 26 deletions

View File

@@ -0,0 +1,39 @@
window.testSuites.push( class testParams {
Args() {
}
Constructor() {
}
Default() {
}
// 2/3
DefaultArgs() {
}
ConstructorArgs() {
}
ConstructorDefault() {
}
// 3/3
ConstructorDefaultArgs() {
}
ConstructorDefault() {
}
})