fix(tiger): adjust invalid queries

This commit is contained in:
Bruno BELANYI 2022-06-14 20:01:12 +02:00 committed by Stephan Seitz
parent 6e3f888dc7
commit b8e3b03748
9 changed files with 41 additions and 36 deletions

View file

@ -12,13 +12,13 @@ let
var a := 12
method meth() : int = self.a
/* <- keyword.method */
/* <- method */
/* ^ method */
/* ^ variable.builtin */
}
var object := new B
/* ^ keyword.constructor */
/* ^ constructor */
in
object.a := 27;
/* ^ property */