Fix let formatting (#1246)

This commit is contained in:
Islon Scherer
2025-10-21 09:45:27 +02:00
committed by GitHub
parent 6c036bf82a
commit f6d3fb1228
6 changed files with 39 additions and 4 deletions

View File

@@ -7,3 +7,12 @@ foo {
bar = 2
}
}
bar {
when (new Listing {
1
2
}.contains(1)) {
"1"
}
}