robert_ekendahl
09/29/2016, 2:26 PMwarning: [options] bootstrap class path not set in conjunction with -source 1.6
/Users/ekendahl/Projects/edaphic/coder/src/main/gen/tech/edaphic/coder/systemverilog/lexer/SystemVerilogLexer.java:3478: error: invalid method declaration; return type required
public _SystemVerilogLexer() {
anyone knows why? I’ve looked at the the rust plugin (the plugin I’m trying to mimic most) and they have very similar code and it works when building with them.