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
f7fc5d2ffaf2c733cd5e6ecf5a4e93fa077fb3b2
kotlin-fork
/
idea
/
testData
/
inspectionsLocal
/
collections
T
History
Mikhail Glukhikh
54411bd248
Simplifiable call: support case w/out receiver, add minor enhancements
...
Related to KT-30501
2019-05-07 14:28:20 +03:00
..
convertCallChainIntoSequence
Call chain into sequence: add 'unzip' to conversion targets #KT-27486 Fixed
2018-10-11 09:18:30 +03:00
simplifiableCall
Simplifiable call: support case w/out receiver, add minor enhancements
2019-05-07 14:28:20 +03:00
simplifiableCallChain
SimplifiableCallChainInspection: replace
.sorted().first()
with
.min()
2019-04-11 18:07:06 +03:00
uselessCallOnCollection
Change necessary labels in "Call on collection type may be reduced"
2018-10-03 08:00:40 +02:00
uselessCallOnNotNull
Fix #KT-26902 Bad quickfix name for "Call on non-null type may be reduced"
2018-09-19 15:56:26 +03:00