Kapt: Keep KDoc comments in Java stubs (KT-21205)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package test;
|
||||
|
||||
/**
|
||||
* KDoc comment.
|
||||
*/
|
||||
class Simple {
|
||||
@MyAnnotation
|
||||
void myMethod() {
|
||||
|
||||
Reference in New Issue
Block a user