playwright/utils/doclint/check_public_api/test/js-builder-inheritance/events.js
2020-02-24 18:17:31 -08:00

9 lines
133 B
JavaScript

const Events = {
B: {
// Event with the same name as a super class method.
foo: 'foo',
},
};
module.exports = {Events};