Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

TS1070: 'protected' modifier cannot appear on a type member #8

Open
teppeis opened this issue Dec 5, 2018 · 0 comments
Open

TS1070: 'protected' modifier cannot appear on a type member #8

teppeis opened this issue Dec 5, 2018 · 0 comments

Comments

@teppeis
Copy link
Owner

teppeis commented Dec 5, 2018

declare namespace ಠ_ಠ.clutz.goog.fs {
  /**
   * The interface for entries in the filesystem.
   */
  interface Entry {
    /**
     * Wrap an HTML5 entry object in an appropriate subclass instance.
     * @param entry The underlying Entry object.
     */
    protected wrapEntry (entry : Entry ) : ಠ_ಠ.clutz.goog.fs.Entry ;
}
@teppeis teppeis changed the title TS1070: 'protected' modifier cannot appear on a type member (1) TS1070: 'protected' modifier cannot appear on a type member Dec 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant