1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 19:50:04 +08:00
SpaceVim/bundle/nvim-treesitter/tests/indent/dart/class.dart

9 lines
87 B
Dart
Raw Normal View History

void main() {
}
class Test {
List<String> get progress => [
'0',
];
}