class C { instanceMethod() {} // $ name=(pack6).instanceMethod static staticMethod() {} // not accessible } export default new C();