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

[ide] abstract expression is displayed as this:UnderlyingType on hover #10747

Closed
nadako opened this issue Jul 4, 2022 · 2 comments
Closed

[ide] abstract expression is displayed as this:UnderlyingType on hover #10747

nadako opened this issue Jul 4, 2022 · 2 comments
Labels
bug feature-ide IDE / Editor support
Milestone

Comments

@nadako
Copy link
Member

nadako commented Jul 4, 2022

image

enum abstract E(Int) {
	final A;
	final B;

	function f() {
		switch (abstract) {
			case A:
			case B:
		}
	}
}
@nadako nadako added bug feature-ide IDE / Editor support labels Jul 4, 2022
@nadako
Copy link
Member Author

nadako commented Jul 4, 2022

Also, both this and abstract are shown as "argument" there, which is a bit confusing.

@RblSb
Copy link
Member

RblSb commented Jul 4, 2022

There is disabled test about it #10513

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feature-ide IDE / Editor support
Projects
None yet
Development

No branches or pull requests

3 participants