Hi,
So in the ‘kotlindoc’ I see includes for the code examples like:
@includeFunctionBody …/…/test/collections/MapTest.kt createUsingPairs
I don’t see the actual example code though via the IDE (either the ‘mouse hover over method’ or ‘linking through to the source’).
Perhaps I have a setup problem with my IDE? If not then my comment would be that if I’m on a team of 5 java developers using Kotlin for the first time I believe those code examples will be very helpful in assisting the learning curve (both how to use the API and example syntax) and it would be really great to see those code examples showing up to developers in the IDE.
Cheers, Rob.