index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
indent
/
dart
/
class.dart
blob: 0ad21114f204ed8016633f52bd08a643bde845bc (
plain
) (
blame
)
1
2
3
4
5
6
7
8
void
main
()
{
}
class
Test
{
List
<
String
>
get
progress
=>
[
'0'
,
];
}