Remove explicit type specification: do not suggest for suspend function type
#KT-38310 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
098469eb85
commit
329f0227ec
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun test() {
|
||||
val x: suspend (x: Int, y: Int) -> Unit<caret> = { x: Int, y: Int ->
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user