src/Sema.zig | 39 +++++++++++--------------------- test/cases/aarch64-macos/hello_world_with_updates.0.zig | 1 + test/cases/compile_errors/bogus_compile_var.zig | 1 + test/cases/compile_errors/bogus_method_call_on_slice.zig | 2 +- test/cases/compile_errors/cast_enum_literal_to_enum_but_it_doesnt_match.zig | 2 +- test/cases/compile_errors/method_call_with_first_arg_type_primitive.zig | 3 ++- test/cases/compile_errors/method_call_with_first_arg_type_wrong_container.zig | 3 ++- test/cases/compile_errors/stage2/union_extra_field.zig | 2 +- test/cases/x86_64-linux/hello_world_with_updates.0.zig | 1 + test/cases/x86_64-macos/hello_world_with_updates.0.zig | 1 + test/stage2/cbe.zig | 2 +- 11 files changed, 25 insertions(+), 32 deletions(-)