ast: make static an entity
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -12,6 +12,7 @@ pub enum Entity {
|
||||
Fn(Fn),
|
||||
Class(Class),
|
||||
Module(Module),
|
||||
Static(Let)
|
||||
}
|
||||
|
||||
/// A module just provides an additional scope
|
||||
|
Reference in New Issue
Block a user