Make 'new' constructor keyword
This commit is contained in:
parent
9c51cbc93f
commit
065ad5f760
2 changed files with 5 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ let
|
|||
}
|
||||
|
||||
var object := new B
|
||||
/* ^ keyword */
|
||||
/* ^ keyword.constructor */
|
||||
in
|
||||
object.a := 27;
|
||||
/* ^ property */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue