添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
慷慨的抽屉  ·  C# ...·  3 周前    · 
体贴的可乐  ·  GitHub - ...·  5 月前    · 
温柔的遥控器  ·  StackEdit Markdown ...·  5 月前    · 
难过的炒饭  ·  郭广昌当起酒老板 ...·  6 月前    · 

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

This is caused by the indenting of /** multi-line */ blocks, it was matching the 4-space-indent and being considered code. This included the last line */ so it didn't "exit" the comment properly.

For testing, I duplicated everything in the comments file and put it inside a class so it was indented enough. After the fix, the only change was the bit we wanted:

@devoncarew FYI. It's possible I introduced this with one of the earlier changes, so if you don't have them you might not need this. Best way is to type stdio and then Go-to-Def on it, and see whether most of the file is green/comment.

I've scanned through a few of the large Flutter files and made sure there are no other obvious instances of anything like this, nor any files that are comments till the end.