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