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