KT-20884: Support receiver reference in KDoc comments

#KT-20884 fixed
This commit is contained in:
Simon Ogorodnik
2017-10-23 05:21:37 +03:00
parent 94e39a4c6c
commit 98310d3bdb
4 changed files with 33 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
class Foo
/**
* [<caret>this]
*/
fun Foo.bar {}
// REF: Foo