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
06cca689fca4f372e89ec1ca02096149270bc2f2
kotlin-fork
/
idea
/
testData
/
inspections
/
unusedReceiverParameter
T
History
Evgeny Gerashchenko
b068a1dd5f
Added test for implicit receiver in class.
2015-06-17 13:14:07 +03:00
..
inspectionData
Added test for implicit receiver in class.
2015-06-17 13:14:07 +03:00
calledInFunction.kt
…
delegatedProperty.kt
KT-7256 False "Receiver parameter not used" for property with delegation
2015-05-27 16:07:09 +03:00
implicitReceiverInClass.kt
Added test for implicit receiver in class.
2015-06-17 13:14:07 +03:00
implicitReceiverOfExtensionFunction.kt
…
invokeConvention.kt
KT-7883 Receiver parameter falsely marked as unused
2015-06-17 13:14:06 +03:00
irrelevantCallInFunction.kt
…
irrelevantThisInFunction.kt
…
kt7377.kt
KT-7377 Throwable: Empty PSI elements should not be passed to createDescriptor from UnusedReceiverParameterInspection
2015-04-13 15:04:00 +03:00
noBody.kt
KT-7381 Receiver parameter is never used for native extension function
2015-05-27 16:07:09 +03:00
unusedButOverride.kt
…
unusedInFunction.kt
…
unusedInProperty.kt
…
usedExplicitlyInFunction.kt
…
usedInProperty.kt
…