Wrongly ambiguous extension methods

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Verse

Summary

Those functions are ambiguous, even tho they extend entirely independent classes:

(InAgent: agent).GetName(): string = “”
(InCharacter: fort_character).GetName(): string = “”
(InInt: int).GetName(): string = “”

Steps to Reproduce

Copy this into your code:

(InAgent: agent).GetName(): string = “”
(InCharacter: fort_character).GetName(): string = “”
(InInt: int).GetName(): string = “”

Expected Result

No errors

Observed Result

Errors

Platform(s)

all