package main func main() { x := 42 x = x // $ Alert // NOT OK }