Commit af1a964
Nguyễn Tuấn Việt
fix(benchmark): change _kTable20Rows from const to final
_repeat() is a runtime function — cannot be used in a const string
interpolation. Dart compiler error: 'method invocation is not a
constant expression'.1 parent dd6ec07 commit af1a964
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments