Skip to content
  • Yorick Peterse's avatar
    Rework type inference · 818c4a5e
    Yorick Peterse authored
    This is now done in a single pass called DefineTypes. Method bodies are
    handled by deferring their inference to the very end of this pass. This
    also removes the need for hoisting constants/methods, which was a weird
    hack to begin with.
    818c4a5e