Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
86 stars 8 forks source link

Array should implement all interfaces that .NET assumes #360

Open LPeter1997 opened 10 months ago

LPeter1997 commented 10 months ago

Array is a built-in that the runtime assumes a bunch of interfaces on (like IReadOnlyList<T>). Currently the compiler does not know about this.