-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Encoders of the primary class don't need a suffix
This was fixed with external references but not when internally referencing the primary class
- Loading branch information
Philip Wales
authored and
Philip Wales
committed
Jan 27, 2020
1 parent
3063629
commit 6b9d336
Showing
3 changed files
with
28 additions
and
9 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
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
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 |
---|---|---|
|
@@ -20,3 +20,7 @@ type CustomRec: { | |
type Prefix: { | ||
prefixInternalRef: CustomType | ||
} | ||
|
||
type SelfRef: { | ||
prefix: Prefix | ||
} |