support quick doc for completion items

#KT-4346 Fixed
This commit is contained in:
Dmitry Jemerov
2015-04-15 21:11:20 +02:00
parent eeb2728b7e
commit efa41bfb2a
10 changed files with 119 additions and 36 deletions
+11
View File
@@ -0,0 +1,11 @@
class Xyzzy {
}
class Xyzzy2 {
}
fun foo() {
val x = Xy<caret>
}