Fix Missing documentation inspection for primary ctor properties
#KT-20954 fixed #KT-21005 fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// PROBLEM: none
|
||||
|
||||
/**
|
||||
* @property a it is A
|
||||
*/
|
||||
class A(val <caret>a: A)
|
||||
Reference in New Issue
Block a user