Descriptiongo.tools/go/types: add test cases for pending issues
The gc compiler is inconsistent how it handles method
"mentions" with respect to initialization cycle detection
(see issue 6703 for details). Pending a spec clarification,
this CL assumes that for a method to be "mentioned", it
must be mentioned as a method expression rather than a
method value (closer in intent to "syntactic" mention).
Patch Set 1 #Patch Set 2 : diff -r 792fec216015 https://code.google.com/p/go.tools #Patch Set 3 : diff -r 792fec216015 https://code.google.com/p/go.tools #
Total comments: 1
Patch Set 4 : diff -r 792fec216015 https://code.google.com/p/go.tools #Patch Set 5 : diff -r cdc328c88cf8 https://code.google.com/p/go.tools #
MessagesTotal messages: 4
|