File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 
examples/03_special_classes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ fun main() {
37373 .  Auto-generated ` equals `  considers two instances equal if all their properties are equal.
38384 .  Equal data class instances have equal ` hashCode() ` .
39395 .  Auto-generated ` copy `  function makes it easy to create a new instance.
40- 6 .  When copying, you can change values of certain properties. ` copy `  accepts areguments  in the same order as the class constructor.
40+ 6 .  When copying, you can change values of certain properties. ` copy `  accepts arguments  in the same order as the class constructor.
41417 .  Use ` copy `  with named arguments to change the value despite of the properties order.
42428 .  Auto-generated ` componentN `  functions let you get the values of properties in the order of declaration.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments