analysis: ensure Get.name exists in enum

This commit is contained in:
Luna 2019-09-26 22:27:05 -03:00
parent 6543884366
commit 2cb328c3f9
2 changed files with 19 additions and 3 deletions

View file

@ -23,7 +23,7 @@ enum C {
}
fn test_function() B {
return B.bluh;
return B.b;
}
fn multwo(num: i32, double_flag: bool) i32 {