Skip to content

Commit

Permalink
[Maintenance] performance forEach on range
Browse files Browse the repository at this point in the history
- conflicts resolved
  • Loading branch information
GrzegorzBobryk committed Oct 27, 2024
1 parent ba22296 commit 5de2c7f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
//package org.koin.core.instance
//
//import org.junit.Assert.*
//import org.junit.Assert.assertEquals
//import org.junit.Assert.assertNotEquals
//import org.junit.Assert.fail
//import org.junit.Test
//import org.koin.core.error.InstanceCreationException
//import org.koin.core.logger.Level
Expand Down Expand Up @@ -123,7 +125,7 @@
// )
// }.koin
//
// (1..3).forEach {
// for (index in 1..3) {
// koin.get<Component>()
// }
// }
Expand Down

0 comments on commit 5de2c7f

Please sign in to comment.