Forbid suggesting "iterate over" on expression with Nothing type
#KT-14555 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// JS
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
fun foo(): String {
|
||||
<caret>return "hello"
|
||||
}
|
||||
Reference in New Issue
Block a user