Scope function conversion: do not suggest when invoked without receiver
#KT-35525 Fixed
This commit is contained in:
committed by
Ilya Kirillov
parent
8ba5548a0f
commit
f3be3f449a
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
// PROBLEM: none
|
||||
fun hello() {
|
||||
<caret>run { }
|
||||
}
|
||||
Reference in New Issue
Block a user