AA FIR: functional type for anonymous function
^KTIJ-17657 In progress
This commit is contained in:
committed by
Ilya Kirillov
parent
6d58d9cb8d
commit
2131cb4fe0
analysis/analysis-api/testData/components/expressionTypeProvider/expressionType/anonymousFunction.kt
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
val f = <expr>fun(it: String) {}</expr>
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
expression: fun(it: String) {}
|
||||
type: (kotlin.String) -> kotlin.Unit
|
||||
Reference in New Issue
Block a user