Andrii Kurdiumov
Andrii Kurdiumov
This test generates following output ```csharp public static int main() { int result = 41; int num = 3; int num2 = 0; int num3 = num; if (num3 !=...
Based on diagnostics, lowering and graph transformation seems to be preserve code semantics. I'ts emit phase probably which is broken. This is sample of code which we are sending to...
Probably we have issues somewhere in the Linearization phase. After it, all EmitScope should be empty. When I set assert, it fails only in new test. If PR sits for...