mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
9 lines
105 B
Text
9 lines
105 B
Text
import go
|
|
|
|
module Test {
|
|
class Foo extends Type {
|
|
Foo() { this.getName() = "Foo" }
|
|
}
|
|
}
|
|
|
|
select 1
|