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

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