2002-08-19 Martin Baulig <martin@gnome.org>
[mono.git] / mcs / mcs / cs-parser.jay
index e8c5a659fcef62b26333db558ba4da479182cc8e..49b08716d9edced03471596cda0b062a7d981d52 100755 (executable)
@@ -2056,7 +2056,7 @@ expression_list
 this_access
        : THIS
          {
-               $$ = new This (lexer.Location);
+               $$ = new This (current_block, lexer.Location);
          }
        ;