Open magnus-madsen opened 2 days ago
We want to be able to support e.g.:
enum Foo { case Bar, case Baz, case Quix(String) } def f(): Foo = Foo.Bar def b(www: Foo): Unit = f().ma
We probably need to at least:
TypeError.FieldNotFound
@stormckey I wrote some thoughts.
We want to be able to support e.g.:
We probably need to at least:
TypeError.FieldNotFound