File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -190,10 +190,12 @@ This library was created in Oct 2017. The JetBrains team introduced `kotlin.Resu
1901901.3 of the language in Oct 2018 as an experimental feature. Initially, it was limited to internal use only as it was
191191"intended to be used by compiler generated code only - namely coroutines".
192192
193- Less than one week after stating that "we do not encourage use of kotlin.Result", the JetBrains team announced that they
194- [ "will allow returning kotlin.Result from functions"] [ stdlib-result-return-type-lifted ] . This came at the time when they
195- were considering guiding users towards contextual receivers to replace the Result paradigm. In later years, the context
196- receivers experiment was superseded by the more recent context parameters, which are still in an experimental state.
193+ Less than one week after stating that [ "we do not encourage use of kotlin.Result"] [ stdlib-result-half-baked ] , the
194+ JetBrains team announced that
195+ they [ "will allow returning kotlin.Result from functions"] [ stdlib-result-return-type-lifted ] . This came at the time when
196+ they were considering guiding users towards contextual receivers to replace the Result paradigm. In later years, the
197+ context receivers experiment was superseded by the more recent context parameters, which are still in an experimental
198+ state.
197199
198200Michail Zarečenskij, the Lead Language Designer for Kotlin, announced at KotlinConf 2025 the development of
199201[ "Rich Errors in Kotlin"] ( https://2025.kotlinconf.com/talks/762779/ ) , providing yet another potential solution for error
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments