We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961ab1a commit b479efcCopy full SHA for b479efc
src/org/sugarj/AbstractBaseProcessor.java
@@ -73,7 +73,7 @@ public Set<Path> compile(
73
74
public String getImportLocalName(IStrategoTerm decl) { return null; }
75
public String getModulePath(IStrategoTerm decl) { return null; }
76
- public IStrategoTerm reconstructImport(String modulePath) { throw new UnsupportedOperationException(); }
+ public IStrategoTerm reconstructImport(String modulePath) { return null; }
77
public IStrategoTerm getImportForExport(IStrategoTerm export) { throw new UnsupportedOperationException(); }
78
79
/**
0 commit comments