/** ** \file ast/typable.cc ** \brief Implementation of ast::Typable. */ #include #include namespace ast { // FIXME DONE: Some code was deleted here. Typable::Typable() : type_(nullptr) {} } // namespace ast