| Code-Review | +1 |
| Commit-Queue | +1 |
Future<void> test_atDeclaration_primaryConstructor() async {What, if anything, do we want to do for the body of a primary constructor?
```dart
class C(var int x) {
th^is {
print(x);
}
}
```
Should it go to itself? To the parameter list?
Do we want to just punt on it and wait until we have a UX decision before we try to write tests?
See https://github.com/dart-lang/language/issues/4611 for some discussion.
Also, it would be good to have tests for navigation within the parameter list. It should just work (with the possible exception of declaring parameters), but we should confirm.
Future<void> test_primaryConstrctor() async {nit: typo
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |