v8
This commit is contained in:
11
test/set/main.dart
Normal file
11
test/set/main.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
void main(){
|
||||
List<String> l1 = ['/a','/a/1'];
|
||||
List<String> l2 = ['/b','/b/1'];
|
||||
List<String> l3 = ['/a','/a/2'];
|
||||
List<String> l4 = ['/a','/a/3'];
|
||||
|
||||
Set result = {...l4,...l1,...l2,...l3,};
|
||||
print(result);
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user