Fixes PR go/114463
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/574476
-e15a14e410b8fc5d28012d5b313cb6c8476c7df9
+3f597287b6b858794dabdfe1bf83b386aad18102
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
Named_type* nt = type->named_type();
Struct_type* st = type->struct_type();
- bool is_ambiguous;
+ bool is_ambiguous = false;
Method* method = NULL;
if (nt != NULL)
method = nt->method_function(name, &is_ambiguous);