shiika icon indicating copy to clipboard operation
shiika copied to clipboard

Upgrading lvar type

Open yhara opened this issue 2 years ago • 0 comments

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')

yhara avatar Jun 26 '22 07:06 yhara