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

Inline function inlines body into "show" combinator #28253

Open
scheglov opened this issue Jan 4, 2017 · 2 comments
Open

Inline function inlines body into "show" combinator #28253

scheglov opened this issue Jan 4, 2017 · 2 comments
Labels
analyzer-refactoring area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@scheglov
Copy link
Contributor

scheglov commented Jan 4, 2017

No description provided.

@scheglov scheglov added analyzer-refactoring analyzer-server P2 A bug or feature request we're likely to work on labels Jan 4, 2017
@mit-mit mit-mit added the area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. label Jan 4, 2017
@bwilkerson bwilkerson added the type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) label Jan 4, 2017
@srawlins
Copy link
Member

Do you have a repro?

@scheglov
Copy link
Contributor Author

import 'test2.dart' show f;

void g() {
  f();
}
void f() {
  print(42);
}

Try to inline f.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer-refactoring area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants