source: tests/concurrent/.expect/keywordErrors.oast.txt @ ec57856

ADTast-experimentalpthread-emulationqualifiedEnum
Last change on this file since ec57856 was 4f6dda0, checked in by Andrew Beach <ajbeach@…>, 2 years ago

Converted Implement Concurrent Keywords to the new AST. Includes updates to various helpers, including the virtual table and a lot of examine helpers.

  • Property mode set to 100644
File size: 274 bytes
Line 
1concurrent/keywordErrors.cfa:1:1 error: thread keyword requires threads to be in scope, add #include <thread.hfa>
2thread A: with body 1
3
4concurrent/keywordErrors.cfa:6:1 error: thread keyword requires threads to be in scope, add #include <thread.hfa>
5thread B: with body 1
6
Note: See TracBrowser for help on using the repository browser.