mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
11 lines
61 B
Text
11 lines
61 B
Text
|
|
let
|
||
|
|
var a := 42
|
||
|
|
in
|
||
|
|
(
|
||
|
|
12;
|
||
|
|
27;
|
||
|
|
42
|
||
|
|
);
|
||
|
|
a
|
||
|
|
end
|