Last active
June 8, 2018 19:47
-
-
Save ailabs-software/7b92a2a951fe343064633748740f68b7 to your computer and use it in GitHub Desktop.
Typing a class with extends constraints.
This file contains hidden or 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
abstract class TreeNode<C extends TreeNode, T extends INodeModel> | |
{ | |
C treeRoot; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment