shiika
shiika copied to clipboard
Upgrading lvar type
Given
var a = None
a = Some<Int>.new(123)
p a
Expected
prints Some(123)
Actual
error: Explicit load/store type does not match pointee type of pointer operand (Producer: 'LLVM12.0.1' Reader: 'LLVM 12.0.1')