blob: d8dfbaa72616dbc2056a9084f44bccfb8fccf90b [file] [log] [blame]
/**
* Constant arguments
*/
enum Example {
GREEN(0, 255, 0), RED(255, 0, 0)
}