qupa-project / uniview-lang

View once immutability enabling the safeties of immutable code, while enjoying near procedural performance
https://uniview.qupa.org
MIT License
2 stars 0 forks source link

Compiler crash on invalid function name #24

Closed AjaniBilby closed 3 years ago

AjaniBilby commented 3 years ago

How to replicate

import "time.uv" as Time;

fn main(): int {
  let x = Time.fish(); // crashes compiler
  return 0;
}