FIR: support separate ANONYMOUS_FUNCTION_WITH_NAME

This commit is contained in:
Mikhail Glukhikh
2021-04-16 11:18:21 +03:00
parent 6b95bcdbdb
commit eb831b9afc
8 changed files with 28 additions and 9 deletions
@@ -5,5 +5,5 @@ fun foo() {
fun A.foo() {}
(fun A.foo() {})
run(<!EXPRESSION_EXPECTED!>fun foo() {}<!>)
run(<!ANONYMOUS_FUNCTION_WITH_NAME!>fun foo() {}<!>)
}