Don't consider function names as candidates for "Show expression type" (KT-14384)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo(value: String) {
|
||||
print<caret>ln(value)
|
||||
}
|
||||
|
||||
// TYPE: println(value) -> <html>Unit</html>
|
||||
Reference in New Issue
Block a user