go-analyzer/tests/test_multiple_declaration.txt

6 lines
99 B
Plaintext

package main;
func test() {
a := 1; // декларация одной переменной
}