Forbid suggesting "iterate over" on expression with Nothing type

#KT-14555 Fixed
This commit is contained in:
Mikhail Glukhikh
2018-11-08 14:56:27 +03:00
parent 1e0746ebcd
commit 503f061c8c
3 changed files with 13 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
// JS
// IS_APPLICABLE: false
fun foo(): String {
<caret>return "hello"
}