Files
Pavel V. Talanov 2b7d2fe814 Fix test data so that it can be compiled
GitOrigin-RevId: 65e3edb5bc9abb6b192a6bbe32a1648409814900
2015-11-02 18:38:55 +03:00

6 lines
63 B
Kotlin

package test
enum class TestEnum {
first, second, third
}