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

Brace matching is broken (possible with nested and/or target-type and/or collection literal expressions) #11054

Open
Peter-Juhasz opened this issue Oct 21, 2024 · 0 comments
Labels
external Scope involves an area outside of the repo untriaged
Milestone

Comments

@Peter-Juhasz
Copy link

VS: 17.12 P3, no extensions enabled, code compiles successfully

20241021-1738-28.4282922.mp4
ViewsChart = [
	new(
		[
			new("Views", [
				new(new(2024, 04, 05), 10),
				new(new(2024, 04, 06), 13),
				new(new(2024, 04, 07), 14)
			])
		],
		Grouping.Day
	)
];

It works correctly in C# (same component, extracted to code-behind):

20241021-1741-37.7801378.mp4
@phil-allen-msft phil-allen-msft added the external Scope involves an area outside of the repo label Oct 24, 2024
@phil-allen-msft phil-allen-msft added this to the Backlog milestone Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Scope involves an area outside of the repo untriaged
Projects
None yet
Development

No branches or pull requests

2 participants