// extension-visibility-b.slang import extension_visibility_a; extension MyThing : IThing { int getValue() { return value; } }