Zhiyi Zhang (@zhiyi) commented about dlls/wintypes/tests/wintypes_test.idl:
declare { interface Windows.Foundation.IReference<HSTRING>;
- interface Windows.Foundation.Collections.MapChangedEventHandler<HSTRING, IInspectable*>;
}
+[
- uuid(7e860ccf-d9d0-4fbb-87a9-aa6c26f7f6ec)
+] +interface IWinePropertySetChangedEventHandler : IUnknown
- requires Windows.Foundation.Collections.MapChangedEventHandler<HSTRING, IInspectable *> {
Let's move the left curly brace to a new line.