"Convert lambda to anonymous function": Don't suggest in inline function
So #KT-24792 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
fa58da85ee
commit
3292137acb
@@ -0,0 +1,7 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
inline fun test() {
|
||||
foo <caret>{ "" }
|
||||
}
|
||||
|
||||
fun foo(f: (Int) -> String) {}
|
||||
Reference in New Issue
Block a user