We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800af10 commit 921272aCopy full SHA for 921272a
docs/guide/ags/gobject.md
@@ -74,7 +74,7 @@ class MyObj extends GObject.Object {
74
@property(String)
75
declare myProp: string
76
77
- constructors() {
+ constructor() {
78
super({ myProp: "default-value" })
79
}
80
0 commit comments