Created
          December 31, 2014 17:29 
        
      - 
      
- 
        Save ostretsov/d43b904eaf30bae04702 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
    
  
  
    
  | val a = try { | |
| throw new Exception | |
| 888 // it would't be result in value ever | |
| } catch { | |
| case ex: Exception => 777 | |
| } | |
| println(a) | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment