Skip to content

Commit

Permalink
### What's done: updated test to new functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Mar 20, 2023
1 parent e877f73 commit 3fb2d7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ val elem6 = firstArgumentDot!!.secondArgumentDot!!.thirdArgumentDot()!!

val elem7 = firstArgumentDot!!.secondArgumentDot()!!
.thirdArgumentDot!!
.fourthArgumentDot()!!.fifthArgumentDot!!
.sixthArgumentDot
.fourthArgumentDot()!!
.fifthArgumentDot!!.sixthArgumentDot


val elem8 = firstArgumentDot()!!.secondArgumentDot!!.thirdArgumentDot + firstArgumentDot!!.secondArgumentDot!!.thirdArgumentDot!!.fourthArgumentDot
Expand Down

0 comments on commit 3fb2d7c

Please sign in to comment.