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