Fixed doc-comments only binder to bind doc-comment always
This commit is contained in:
@@ -6,7 +6,7 @@ class A(
|
||||
/**
|
||||
* Doc comment for val-parameter
|
||||
*/
|
||||
val p: Int
|
||||
/*var*/val p: Int
|
||||
) {
|
||||
/**
|
||||
* Doc comment for function
|
||||
|
||||
Reference in New Issue
Block a user