This commit is contained in:
Dmitry Ivakhnenko
2022-12-22 19:31:48 +03:00
parent 5561d9e651
commit 4f233df064

View File

@@ -76,7 +76,7 @@ class Size {
expose(this.width, this.height);
}
toString() {s
toString() {
return `<Size#${this.width}x${this.height}>`;
}
}