Kapt: Keep KDoc comments in Java stubs (KT-21205)

This commit is contained in:
Yan Zhulanow
2017-11-14 20:03:12 +09:00
parent af57ab8119
commit 37543deefa
10 changed files with 404 additions and 28 deletions
@@ -1,5 +1,8 @@
package test;
/**
* KDoc comment.
*/
class Simple {
@MyAnnotation
void myMethod() {