(String code)
| 747 | } |
| 748 | |
| 749 | private static ParseResult<RootAST> parse(String code) { |
| 750 | return Parse.parse(D1 + code + D2); |
| 751 | } |
| 752 | |
| 753 | private static ParseResult<RootAST> parseLit(String code) { |
| 754 | return Parse.parse(code); |
no test coverage detected