A type and an imported extension both define render() with compatible signatures. Which d…

from Extensions
Kotlin 2.4.10 beginner 1 min

A type and an imported extension both define render() with compatible signatures. Which declaration does value.render() select?

Report an error