ali

Results 1 issues of ali

This code caught a bug: ``` struct Foo { str: String num: i64 function obj(this, mut dict: [String:i64]) throws -> [String:i64] { return dict.set(.str, .num) } } ``` The error...

bug
typechecker