Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Generic functions don't appear as functions [grammar] #1160

Open
kevmoo opened this issue Sep 15, 2017 · 1 comment
Open

Generic functions don't appear as functions [grammar] #1160

kevmoo opened this issue Sep 15, 2017 · 1 comment

Comments

@kevmoo
Copy link

kevmoo commented Sep 15, 2017

Future<int> foo(int a, String b, bool c, dynamic a, Object d) => null;
FutureOr<bool> foo<T>(int a, String b, bool c, List d) => null;

0.7.0 – expect the 2nd foo to be blue, too. 😀

screen shot 2017-09-15 at 1 04 19 pm

@kevmoo
Copy link
Author

kevmoo commented Sep 15, 2017

CC @devoncarew

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant