Closed dgriffie79 closed 6 months ago
Declaring a slice without a type and running onyx build caused the compiler to exit silently.
use core {*} broken: [] main :: () { println("Hello, Onyx!") }
Thanks for reporting this issue! I believe I have fixed it in 4969761.
Declaring a slice without a type and running onyx build caused the compiler to exit silently.