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
classC{[arguments](){}// A computed property name must be of type 'string', 'number', 'symbol', or 'any'[name](){}// this one the compiler thought it is property "name" of type string[length](){}// this one the compiler thought it is a property "length" of type number"[caller](){}// Cannot find name 'caller'. Did you mean the static member 'C.caller'?}varo={[arguments](){},// A computed property name must be of type 'string', 'number', 'symbol', or 'any'[name](){},// this one the compiler though it is property "name" of type string[length](){},// this one the compiler thought it is a property "length" of type number"[caller](){},// Cannot find name 'caller'. Did you mean the static member 'C.caller'?}
Actual
inline actual error
Expected
all should get "Cannot find name " error
The text was updated successfully, but these errors were encountered:
Version: built from master
Actual
inline actual error
Expected
all should get "Cannot find name " error
The text was updated successfully, but these errors were encountered: