On Monday, 13 February 2017 at 13:21:44 UTC, Daniel Kozak wrote: > and I guess even ComObject does not inherit from Object This compiles: void f() { import core.sys.windows.com; ComObject a; Object b=a; }