Skip to content

Instantly share code, notes, and snippets.

@joseoliv
Created June 15, 2018 13:22
Show Gist options
  • Save joseoliv/49fd05847d5d922c14483c57ad80c912 to your computer and use it in GitHub Desktop.
Save joseoliv/49fd05847d5d922c14483c57ad80c912 to your computer and use it in GitHub Desktop.
This is the project file for the program 'metaobject' that has examples of metaobjects
@addToSet(debug, "yes")
@addToSet(author, "Jose")
/* Because of this association, prototype 'TaintedToUntainted'
of package 'untainted' can cast expressions of type
T@tainted to T@untainted in which T is any type.
*/
@addToSet(untaintedDoNotCheckIn, "untainted.TaintedToUntainted")
program
main metaobjectTest.Program
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment