You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go run main.go
# command-line-arguments
./main.go:9:19: internal compiler error: assertion failed
Please file a bug report including a short program that triggers the error.
https://go.dev/issue/new
I tried other versions:
$ go1.18.1 run main.go
2022/07/30 20:12:04 objType.Hoge
$ go1.18.2 run main.go
2022/07/30 20:12:07 objType.Hoge
$ go1.18.3 run main.go
2022/07/30 20:12:10 objType.Hoge
$ go1.18.4 run main.go
# command-line-arguments
./main.go:9:19: internal compiler error: assertion failed
Please file a bug report including a short program that triggers the error.
https://go.dev/issue/new
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
1.18.1〜1.18.3: no problem
1.18.4: compiler says
internal compiler error: assertion failed
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I ran following code.
I expected following:
What did you see instead?
I got following:
I tried other versions:
The text was updated successfully, but these errors were encountered: