package test object Conflict { operator fun invoke() {} } fun test() { class Conflict Conflict() } // REF: (in test.test).Conflict