Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix fixedbugs/issue23536.go #23

Merged
merged 2 commits into from
Feb 22, 2022
Merged

fix fixedbugs/issue23536.go #23

merged 2 commits into from
Feb 22, 2022

Conversation

visualfc
Copy link
Member

@visualfc visualfc commented Feb 22, 2022

issue golang/go#23536

type MyByte byte

type MyRune rune

func main() {
	var y = []MyByte("hello world")
	_ = string(y)

	var z  = []MyRune("hello world") 
	_ = string(z)
}

@visualfc visualfc changed the title fix go118 fixedbugs/issue23536.go fix fixedbugs/issue23536.go Feb 22, 2022
@xushiwei xushiwei merged commit f2cd996 into main Feb 22, 2022
@visualfc visualfc deleted the go118_issue23536 branch August 8, 2022 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants