mirror of
https://github.com/apple/pkl.git
synced 2026-04-23 08:48:36 +02:00
11 lines
75 B
Plaintext
Vendored
11 lines
75 B
Plaintext
Vendored
class Foo {
|
|
|
|
}
|
|
|
|
class Bar
|
|
{
|
|
qux = 1
|
|
}
|
|
|
|
class Baz { prop = 0; prop2 = 1 }
|