// FIR_IDENTICAL fun List?.foo() {} @JvmName("foo1") fun List.foo() {} fun bar(x: List) = x @JvmName("bar1") fun bar(x: List?) = x