Branch data Line data Source code
1 : : #include <mutable/lex/Token.hpp> 2 : : 3 : : 4 : : using namespace m; 5 : : using namespace m::ast; 6 : : 7 : : 8 : : M_LCOV_EXCL_START 9 : : void Token::dump() const { dump(std::cerr); } 10 : : M_LCOV_EXCL_STOP