Kotlin / KEEP

Kotlin Evolution and Enhancement Process
Apache License 2.0
3.42k stars 362 forks source link

Improve resolution using expected type #378

Open serras opened 5 months ago

serras commented 5 months ago

Only comment here about the text itself. The discussion about the feature is done in #379.

We propose an improvement of the name resolution rules of Kotlin based on the expected type of the expression. The goal is to decrease the amount of qualifications when the type of the expression is known.