FIR: report FUN_INTERFACE_CONSTRUCTOR_REFERENCE on deserialized properly

This fixes KT-46100 for FIR
This commit is contained in:
Mikhail Glukhikh
2021-04-15 08:39:16 +03:00
parent 676e29e96e
commit 51d348d5fa
5 changed files with 13 additions and 10 deletions
@@ -1,5 +1,3 @@
// FIR_IDENTICAL
fun interface Foo {
fun run()
}