playwright/utils/doclint/check_public_api/test/js-builder-inheritance/events.js

9 lines
133 B
JavaScript
Raw Normal View History

2019-11-19 03:18:28 +01:00
const Events = {
B: {
// Event with the same name as a super class method.
foo: 'foo',
},
};
module.exports = {Events};