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.
1 parent 10ff36e commit f68f173Copy full SHA for f68f173
lib/src/back_end/solution.dart
@@ -375,7 +375,7 @@ final class Solution implements Comparable<Solution> {
375
if (_isDeadEnd) return;
376
377
// If the child can't have newlines in any shape, then constrain it.
378
- // TODO(shape): We can probably constrain this more specifically
+ // TODO(rnystrom): We can probably constrain this more specifically
379
// by asking what shapes the child might have.
380
var allowedShapes = piece.allowedChildShapes(state, child);
381
if (allowedShapes.length == 1 &&
0 commit comments