Welcome to mirror list, hosted at ThFree Co, Russian Federation.

kotlin-enum-class « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8885f908fd2c938241c325d04ca4216e3cdadc49 (plain)
1
2
3
4
5
enum class RIGHT{
	// Left
	// a comment
	ChangeMe
}