-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Labels
Description
I'm currently looking for a solution and if I find anything I will create a pull request
Works without @noSelf attribute
Same issue with @noSelfInFile
/** @noSelf */
declare namespace gamestate {
/** @customName pass */
function fail(): void
}
gamestate.fail();Expected:
gamestate.pass()Got:
gamestate.fail()Reactions are currently unavailable