You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See SJsClass ctor and look for // TODO: Support optional member functions
interface Test {
method?(a: number) : string;
}
Implementation should check for existence of 'method' property, call it if it exists, return undefined otherwise. Return value is de facto string | undefined
The text was updated successfully, but these errors were encountered:
See SJsClass ctor and look for // TODO: Support optional member functions
Implementation should check for existence of 'method' property, call it if it exists, return undefined otherwise. Return value is de facto
string | undefined
The text was updated successfully, but these errors were encountered: