// !DIAGNOSTICS: -UNUSED_PARAMETER -UNUSED_VARIABLE // NI_EXPECTED_FILE interface A fun emptyStrangeMap(): Map = TODO() fun test7() : Map = emptyStrangeMap() fun test() = emptyStrangeMap()