support "show expression type" in variable declaration position

#KT-10095 Fixed
This commit is contained in:
Dmitry Jemerov
2016-08-25 20:40:14 +02:00
parent 752a7451e5
commit 7b644e2c52
5 changed files with 87 additions and 5 deletions
@@ -0,0 +1,3 @@
val <caret>x = 1
// TYPE: val x = 1 -> <html>kotlin.Int</html>