This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e48d2b9b83db4d3fc55e1ba4ece0d2d2e3f3c5b3
kotlin-fork
/
idea
/
testData
/
inspectionsLocal
/
replaceCollectionCountWithSize
T
History
Toshiaki Kameyama
e2a7170b2f
Fix false positive "Collection count can be converted to size" with
Iterable
...
#KT-34677 Fixed
2020-04-15 18:38:37 +02:00
..
.inspection
…
countOfArray.kt
…
countOfArray.kt.after
…
countOfArrayWithPredicate.kt
…
countOfCollection.kt
…
countOfCollection.kt.after
…
countOfIterable2.kt
Fix false positive "Collection count can be converted to size" with
Iterable
2020-04-15 18:38:37 +02:00
countOfIterable3.kt
Fix false positive "Collection count can be converted to size" with
Iterable
2020-04-15 18:38:37 +02:00
countOfIterable.kt
Fix false positive "Collection count can be converted to size" with
Iterable
2020-04-15 18:38:37 +02:00
countOfMap.kt
…
countOfMap.kt.after
…