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
cf4471ba533a067f3bfadbab54cefc47e35ebfac
kotlin-fork
/
idea
/
testData
/
inspections
/
unusedReceiverParameter
T
History
Yan Zhulanow
9dd6efeb46
Fix sporadic false-positive "Receiver parameter is never used" for local functions (KT-26481)
2018-10-24 20:12:42 +03:00
..
inspectionData
…
actual.kt
Unused receiver: do not report on actual declarations #KT-24562 Fixed
2018-06-13 18:12:36 +03:00
calledInFunction.kt
…
delegatedProperty.kt
…
implicitReceiverInClass.kt
…
implicitReceiverOfExtensionFunction.kt
…
implicitReceiverOfInvokeConvention.kt
KT-8365 Bogus "Receiver never used" warning when receiver is used in invoke() convention call
2015-12-17 13:31:43 +03:00
invokeConvention.kt
…
irrelevantCallInFunction.kt
…
irrelevantThisInFunction.kt
…
kt7377.kt
…
kt26481.kt
Fix sporadic false-positive "Receiver parameter is never used" for local functions (KT-26481)
2018-10-24 20:12:42 +03:00
noBody.kt
…
suppression.kt
Allow to override suppression key for inspections
2015-12-19 14:32:38 +03:00
unusedButOverride.kt
…
unusedInFunction.kt
…
unusedInProperty.kt
…
usedExplicitlyInFunction.kt
…
usedInProperty.kt
…