AA FIR: functional type for anonymous function

^KTIJ-17657 In progress
This commit is contained in:
Jinseong Jeon
2022-11-07 23:41:39 -08:00
committed by Ilya Kirillov
parent 6d58d9cb8d
commit 2131cb4fe0
7 changed files with 51 additions and 9 deletions
@@ -0,0 +1,3 @@
fun foo() {
val f = <expr>fun(it: String) {}</expr>
}
@@ -0,0 +1,2 @@
expression: fun(it: String) {}
type: (kotlin.String) -> kotlin.Unit