Fix test data so that it can be compiled

This commit is contained in:
Pavel V. Talanov
2015-10-30 16:37:47 +03:00
parent f6e6ead907
commit 8c4db9bd35
@@ -1,5 +1,5 @@
package test
enum class TestEnum {
first second third
first, second, third
}