mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 19:47:32 +08:00
Type initialization using objects
This commit is contained in:
7
cypress/fixtures/SimpleObject.js
Normal file
7
cypress/fixtures/SimpleObject.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default class SimpleObject {
|
||||
|
||||
constructor(a = 8, b = 9) {
|
||||
this.a = a
|
||||
this.b = b
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user