mirror of
https://github.com/golang/go
synced 2024-11-22 06:24:38 -07:00
change bug163 to use actual non-letter in identifier
R=r,iant DELTA=1 (0 added, 0 deleted, 1 changed) OCL=31146 CL=31148
This commit is contained in:
parent
3dab3e65d8
commit
8a1bfe89b2
@ -9,5 +9,5 @@ package main
|
|||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
日本語 := 1; // ERROR "identifier"
|
x⊛y := 1; // ERROR "identifier"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user