Created
          December 19, 2019 20:08 
        
      - 
      
- 
        Save rzwitserloot/ebc7213a5828866f995c2bdeeb840938 to your computer and use it in GitHub Desktop. 
  
    
      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
    
  
  
    
  | class Test { | |
| void foo() { | |
| class Bar extends Baz { | |
| Bar retSelf() { | |
| return this; | |
| } | |
| } | |
| } | |
| } | |
| class Baz { | |
| class Bar {} | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment