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

Also call MustTreatTypeAsGenericInstType for next node of TypeSig #463

Closed
wwh1004 opened this issue May 28, 2022 · 0 comments · Fixed by #466
Closed

Also call MustTreatTypeAsGenericInstType for next node of TypeSig #463

wwh1004 opened this issue May 28, 2022 · 0 comments · Fixed by #466

Comments

@wwh1004
Copy link
Contributor

wwh1004 commented May 28, 2022

e.g.
Import method 'Task.ContinueWith'

public class Task<TResult> {
	public Task ContinueWith(Action<Task<TResult>> continuationAction);
}

After importing, 'Action<Task>' will be 'Action<Task`1>' (generic instantiation becomes generic definition).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant