mirror of
https://github.com/apple/pkl.git
synced 2026-04-24 09:18:35 +02:00
12 lines
77 B
Plaintext
Vendored
12 lines
77 B
Plaintext
Vendored
class Foo {}
|
|
|
|
class Bar {
|
|
qux = 1
|
|
}
|
|
|
|
class Baz {
|
|
prop = 0
|
|
|
|
prop2 = 1
|
|
}
|