Descriptioncmd/gc: make method names for function scoped types unique
Types in function scope can have methods on them if they embed another type, but we didn't make the name unique, meaning that 2 identically named types in different functions would conflict with eachother.
Fixes issue 6269.
Patch Set 1 #Patch Set 2 : diff -r 2e89feb1297b https://code.google.com/p/go/ #Patch Set 3 : diff -r 2e89feb1297b https://code.google.com/p/go/ #Patch Set 4 : diff -r 369b8b70753c https://code.google.com/p/go/ #
MessagesTotal messages: 4
|