[FIR] Only support @ExtensionFunctionType on true functional types

^KT-59874
This commit is contained in:
Nikolay Lunyak
2023-09-13 15:05:46 +03:00
committed by Space Team
parent 6210da0c98
commit 4b67a504be
5 changed files with 12 additions and 30 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
fun foo(a: (String) -> Unit) {
"".<!UNRESOLVED_REFERENCE!>a<!>()
}