mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 05:10:55 +00:00
Fix NodeType hierarchy.
This commit is contained in:
@ -37,6 +37,4 @@ class World(val contentSource: ContentSource) {
|
||||
resolveAllImports(unit)
|
||||
return unit
|
||||
}
|
||||
|
||||
fun units(path: String): Set<CompilationUnit> = resolveAllImports(loadOneUnit(path))
|
||||
}
|
||||
|
Reference in New Issue
Block a user