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