All checks were successful
ci/woodpecker/push/check Pipeline was successful
Their semantic is closer to a function call (like i.e: Bazel rules) rather than a module/namespace. Similarly for their properties, which are more like parameters than members.
7 lines
97 B
Text
7 lines
97 B
Text
foo {
|
|
field: {
|
|
// <- variable.parameter
|
|
key: 42,
|
|
// <- property
|
|
},
|
|
}
|