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
94de114894a6acdde75e3e0349b80c331aba6a67
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
…