We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$ cat t.dart const int y = 42; @y int x = 1; @y int x = 2;