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

9 lines
87 B
Dart
Vendored

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