Minor. Fix test with obsolete enum syntax
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
package rendererTest
|
||||
|
||||
private enum class TheEnum(val rgb: Int) {
|
||||
VAL1: TheEnum(0xFF0000)
|
||||
VAL1(0xFF0000)
|
||||
}
|
||||
|
||||
//package rendererTest
|
||||
|
||||
Reference in New Issue
Block a user