DEBSOURCES
Skip Quicknav
sources / kotlin / 1.3.31%2Bds1-3 / idea / resources / intentionDescriptions / ValToObjectIntention / after.kt.template
123456789
interface B { fun c() } <spot>object a : B</spot> { override fun c() { } }