summaryrefslogtreecommitdiffstats
path: root/t/t4018/kotlin-sealed-class
blob: 0efa4a4eaf2f2ce9ae42ce97c7ca39dfc5774060 (plain)
1
2
3
4
5
sealed class RIGHT {
	// a comment
	// b comment
	ChangeMe
}