-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eec62fb
commit 318c67e
Showing
21 changed files
with
937 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
import { nested_submodule } from './nested_submodule'; | ||
import { Goodness } from './child'; | ||
import { AllTypes } from '..'; | ||
|
||
export class MyClass implements nested_submodule.deeplyNested.INamespaced { | ||
public readonly definedAt = __filename; | ||
|
||
public readonly goodness = Goodness.AMAZINGLY_GOOD; | ||
public allTypes?: AllTypes; | ||
|
||
public constructor() { } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.