mirror of
https://github.com/apple/pkl.git
synced 2026-05-25 08:09:17 +02:00
fdc501a35c
CLI commands also added: `pkl format check` and `pkl format apply`.
26 lines
452 B
Plaintext
Vendored
26 lines
452 B
Plaintext
Vendored
foo {
|
|
123123123123 + 123123123123 * 123123123123 - 123123123123 / 123123123123 + 123123123123 ** 123123123123
|
|
2
|
|
3
|
|
4
|
|
}
|
|
|
|
bar = clazz.superclass == null || clazz.superclass.reflectee == Module || clazz.superclass.reflectee == Typed
|
|
|
|
baz =
|
|
new Listing {
|
|
1
|
|
2
|
|
} |> mixin1 |> mixin2
|
|
|
|
qux =
|
|
(baz) {
|
|
1
|
|
2
|
|
} {
|
|
3
|
|
4
|
|
}
|
|
|
|
minus = superLoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongVariable - 100000
|