#include #include #include void ConstructorDeclNode::inferSharingLate( const SharingContext &context ) { TreeNode::inferSharingLate( context ); if (context.isExported) decl()->type()->conservative( context.solver ); }