7 lines
155 B
Go
7 lines
155 B
Go
// args: -Emisspell
|
|
package testdata
|
|
|
|
func Misspell() {
|
|
// comment with incorrect spelling: occured // ERROR "`occured` is a misspelling of `occurred`"
|
|
}
|