We forked the Kotlin compiler at (<https://github....
# kontributors
r
We forked the Kotlin compiler at (https://github.com/kategory/kotlin) to start an attempt to implement https://github.com/Kotlin/KEEP/pull/87. If any of you would like to get involved or can provide help to a bunch of Kotlin compiler newbies your help would be much appreciated. I'm at this point looking for areas of the compiler related to grammar, typechecking, extension syntax resolution, etc. and any documentation that can help us getting started. 🍻
👍 1
d
FunctionDescriptorResolver is involved in type inference, if you need a place to set breakpoints to start poking around from.
r
@dalexander thanks!
👍 1