/
githubmirror
/
carbon-lang
Обзор
Документация
Войти
/
githubmirror
/
carbon-lang
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
utils/tree_sitter/testdata/string/static_var.carbon
7 строк
235 B
Chandler Carruth
Update tree_sitter for the new `self` syntax and `static var` (#7025)
06 апр 2026, 22:31
Не верифицирован
06 апр 2026, 22:31
8fd4156
Код
Авторство
О чём код?
// Part of the Carbon Language project, under the Apache License v2.0 with LLVM // Exceptions. See /LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception class Widget { static var count: i32; }