spacevim/bundle/nvim-treesitter-0.9.1/tests/indent/dart/class.dart

9 lines
87 B
Dart
Raw Normal View History

2024-08-21 14:17:26 +08:00
void main() {
}
class Test {
List<String> get progress => [
'0',
];
}