
ed64e33c8c8bc9a919e2b85a1a08225b5ae59d70. Also add tests for local mode of goimports and do refactoring of tests.
8 lines
114 B
Go
8 lines
114 B
Go
//args: -Emegacheck
|
|
package testdata
|
|
|
|
func Megacheck() {
|
|
var x int
|
|
x = x // ERROR "self-assignment of x to x"
|
|
}
|