You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some languages (e.g. Scala) allow to specify multiple imports in one import statement.
But the method String getModulePathOfImport(IStrategoTerm) in org.sugarj.IBaseProcessor only allows to return one path. It would be nice to change the interface, so that a list of strings can be returned instead.
The text was updated successfully, but these errors were encountered:
Some languages (e.g. Scala) allow to specify multiple imports in one import statement.
But the method
String getModulePathOfImport(IStrategoTerm)
inorg.sugarj.IBaseProcessor
only allows to return one path. It would be nice to change the interface, so that a list of strings can be returned instead.The text was updated successfully, but these errors were encountered: