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 0cb75f1 commit 5e46b41Copy full SHA for 5e46b41
topics/about_reflection.js
@@ -56,7 +56,7 @@ test("constructor property", function () {
56
var b = new B();
57
equals(typeof(a.constructor), __, "what is the type of a's constructor?");
58
equals(a.constructor.name, __, "what is the name of a's constructor?");
59
- equals(a.constructor.name, __, "what is the name of b's constructor?");
+ equals(b.constructor.name, __, "what is the name of b's constructor?");
60
});
61
62
test("eval", function() {
0 commit comments