mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 14:10:06 +08:00
9 lines
87 B
Dart
9 lines
87 B
Dart
|
void main() {
|
||
|
}
|
||
|
|
||
|
class Test {
|
||
|
List<String> get progress => [
|
||
|
'0',
|
||
|
];
|
||
|
}
|