Add methods high-lighting
This commit is contained in:
parent
555e10c736
commit
425890a6fc
2 changed files with 10 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ let
|
|||
|
||||
method meth() : int = self.a
|
||||
/* <- keyword */
|
||||
/* ^ method */
|
||||
/* ^ variable */
|
||||
}
|
||||
|
||||
|
|
@ -21,4 +22,7 @@ let
|
|||
in
|
||||
object.a := 27;
|
||||
/* ^ property */
|
||||
|
||||
object.meth()
|
||||
/* ^ method */
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue