mirror of
https://github.com/apple/pkl.git
synced 2026-05-28 01:29:15 +02:00
Add support for const object members (#678)
This adds support for adding the `const` modifier to object members. Such object members are also required to have the `local` modifier applied. This follows SPICE-0011.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module Birds2
|
||||
|
||||
abstract class Bird
|
||||
|
||||
bird: Bird
|
||||
Reference in New Issue
Block a user