don't offer functions with block body and functions with declared return type as candidates for "show expression type"
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo() {
|
||||
val <caret>x = 1
|
||||
}
|
||||
|
||||
// TYPE: val x = 1 -> <html>kotlin.Int</html>
|
||||
Reference in New Issue
Block a user