nvim-treesitter/tests/indent/ql/module.ql
2023-01-31 12:23:13 +01:00

9 lines
105 B
Text

import go
module Test {
class Foo extends Type {
Foo() { this.getName() = "Foo" }
}
}
select 1