import ModWithPrivate.A; class PrivateImport { static function main() { trace(A); } }