naiveproxy/tools/gn/format_test_data/067.golden
2018-08-11 05:35:24 +00:00

17 lines
168 B
Text

# Scope wrapping.
myscope = {
}
myscope = {
a = 1
}
myscope = {
a = 1
b = 2
}
# Comment
SomeFunction({
a = 1
},
"foo")