// FIR_COMPARISON class LocalClass fun LocalClass.ext(action: () -> Unit) {} fun LocalClass.extAnother(action: () -> Unit) {} fun usage(l: LocalClass) { l.ext {} } // EXIST: ext // EXIST: extAnother