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 2aa89c8 commit 2ed95dcCopy full SHA for 2ed95dc
accepted/future-releases/set-literals/feature-specification.md
@@ -293,7 +293,7 @@ var v3 = <int>{}; // Empty Set<int>
293
var v4 = {1: 1}; // Map<int, int>
294
var v5 = {1}; // Set<int>
295
296
-Iterable<int> v6 = {}; in // Set<int>
+Iterable<int> v6 = {}; // Set<int>
297
Map<int, int> v7 = {}; // Map<int, int>
298
Object v8 = {}; // Map<dynamic, dynamic>
299
Iterable<num> v9 = {1}; // Set<num>
0 commit comments