"Make types explicit in lambda" intention renamed to "Specify explicit lambda signature"
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import kotlin.support.AbstractIterator
|
||||
|
||||
fun main() {
|
||||
val randomFunction: (x: kotlin.support.AbstractIterator<Int>, y: kotlin.String) -> kotlin.String = { x: AbstractIterator<Int>, str: String -> str}
|
||||
}
|
||||
|
||||
// WITH_RUNTIME
|
||||
Reference in New Issue
Block a user