naiveproxy/tools/gn/format_test_data/067.golden

18 lines
168 B
Plaintext
Raw Normal View History

2018-08-11 08:35:24 +03:00
# Scope wrapping.
myscope = {
}
myscope = {
a = 1
}
myscope = {
a = 1
b = 2
}
# Comment
SomeFunction({
a = 1
},
"foo")