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

No documentation / goto data with safe nav access #11205

Closed
Tracked by #11583
RblSb opened this issue May 6, 2023 · 0 comments
Closed
Tracked by #11583

No documentation / goto data with safe nav access #11205

RblSb opened this issue May 6, 2023 · 0 comments

Comments

@RblSb
Copy link
Member

RblSb commented May 6, 2023

typedef Foo = {
	/** bar doc **/
	var bar:{
		/** value doc **/
		var value:Int;
	};
}

function main() {
	final foo:Foo = cast null;
	foo.bar.value; // bar/value docs on hover
	foo?.bar?.value; // no definition for bar
}
@Simn Simn closed this as completed in 03aa20e Nov 18, 2023
@kLabz kLabz added this to the 4.3 Hotfix candidates milestone Nov 18, 2023
@kLabz kLabz mentioned this issue Feb 18, 2024
19 tasks
@kLabz kLabz removed this from the 4.3 Hotfix candidates milestone Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants