Files
pkl/pkl-formatter/src/test/files/FormatterSnippetTests/input/when.pkl
2025-10-21 09:45:27 +02:00

19 lines
140 B
Plaintext
Vendored

foo {
when (true)
{
bar = 1
}
else {
bar = 2
}
}
bar {
when (new Listing {
1
2
}.contains(1)) {
"1"
}
}