blob: c4eac3b75c46ac02a22c7682056cb32b5ecb4d89 [file] [log] [blame]
interface Cat {
attribute Promise<void> meow;
};