KotlinQuickDocumentationProvider: fix quick doc for elements from type hierarchy

Fix quick doc for light classes

 #KT-7964 Fixed
This commit is contained in:
Pavel V. Talanov
2015-06-08 18:25:31 +03:00
parent 220403b6f6
commit 54b1859aa7
4 changed files with 74 additions and 9 deletions
+8
View File
@@ -0,0 +1,8 @@
package a.b.c
/**
* Very special class
*/
class <caret>A {
}