]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] go/token, go/scanner: add the "~" operator
authorRob Findley <rfindley@google.com>
Fri, 4 Jun 2021 02:07:36 +0000 (22:07 -0400)
committerRobert Findley <rfindley@google.com>
Thu, 17 Jun 2021 02:05:54 +0000 (02:05 +0000)
commit7c5d7a4caffdb72ce252fb465ff4f7fd62a46c8a
tree9be3902d09d543f847c012a9cad17785d68e4130
parentad59efb02705a9f33a1eb9a9c04740da721a8cc4
[dev.typeparams] go/token, go/scanner: add the "~" operator

This is an approximate port of CL 307370 to go/token and go/scanner.

Change-Id: I5b789408f825f7e39f569322cb67802117b9d734
Reviewed-on: https://go-review.googlesource.com/c/go/+/324992
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/scanner/scanner.go
src/go/scanner/scanner_test.go
src/go/token/token.go