git/t/t4018/kotlin-enum-class

enum class RIGHT{
	// Left
	// a comment
	ChangeMe
}