mirror of
https://github.com/apple/pkl.git
synced 2026-04-27 18:57:12 +02:00
Fix let formatting (#1246)
This commit is contained in:
@@ -7,3 +7,12 @@ foo {
|
||||
bar = 2
|
||||
}
|
||||
}
|
||||
|
||||
bar {
|
||||
when (new Listing {
|
||||
1
|
||||
2
|
||||
}.contains(1)) {
|
||||
"1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user