]> Cypherpunks repositories - gostls13.git/commit
test: add test cases for method expressions with literal receiver types
authorgriesemer <gri@golang.org>
Wed, 25 Oct 2017 23:11:51 +0000 (16:11 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 26 Oct 2017 03:47:37 +0000 (03:47 +0000)
commitc74712b3b2a38393157bad0550657fd06a5c5a8a
tree36d3171c686863cdc61a07e0c4bd91b5bdd748a4
parent40649e697907d928316efac47902a1c7554c3196
test: add test cases for method expressions with literal receiver types

For #9060.

Change-Id: Ibd0f047083f3c98cec96c655a3e2024df8e1d2a0
Reviewed-on: https://go-review.googlesource.com/73554
Reviewed-by: Ian Lance Taylor <iant@golang.org>
test/method7.go [new file with mode: 0644]