Closed
Description
In tests/cases/compiler/privacyTopLevelInternalReferenceImportWithExport.ts:
Everything declaration of the form:
im_public__private
or
im_public__public
is not emitted.
In tests/cases/compiler/privacyTopLevelInternalReferenceImportWithoutExport.ts:
Everything declaration of the form:
im_private__private
or
im_private__public
is not emitted.
For both cases, used to emit:
var im_private_c_public = m_public . c_public ;
and the like