Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Conversation

@yjbanov
Copy link
Contributor

@yjbanov yjbanov commented Jan 17, 2017

async identifier name is forbidden within async context. For example, the following is illegal Dart code:

test('illegal', () async {
  MethodModifier.async;
});

@matanlurey
Copy link
Contributor

@yjbanov WDUT about asAsync and asAsyncStar to be consistent with other methods like asStatic?

@yjbanov
Copy link
Contributor Author

yjbanov commented Jan 18, 2017

Aye! I'll fix tomorrow.

@yjbanov
Copy link
Contributor Author

yjbanov commented Jan 18, 2017

Done

@yjbanov yjbanov merged commit 74667ee into dart-archive:master Jan 18, 2017
mosuem pushed a commit to dart-lang/tools that referenced this pull request Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants