]> Cypherpunks repositories - gostls13.git/commit
test: test method expressions with parameters, and with import
authorIan Lance Taylor <iant@golang.org>
Sat, 4 Feb 2012 00:38:59 +0000 (16:38 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 4 Feb 2012 00:38:59 +0000 (16:38 -0800)
commit59e7a0295a7e133c5076d7a566110a9a6e2ed727
treea0cbf311c18dba15875e52fdce167c1747efc761
parent6513e195324f53c25cad08072f5537189a37443d
test: test method expressions with parameters, and with import

The gccgo compiler had two different bugs triggered by this
test case.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5606052
test/method4.go [new file with mode: 0644]
test/method4a.go [new file with mode: 0644]