Don't consider function names as candidates for "Show expression type" (KT-14384)

This commit is contained in:
Dmitry Jemerov
2016-10-27 14:03:01 +02:00
parent 4246fcf256
commit 25c7dccd3b
3 changed files with 20 additions and 1 deletions
@@ -0,0 +1,5 @@
fun foo(value: String) {
print<caret>ln(value)
}
// TYPE: println(value) -> <html>Unit</html>