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
bed5a3c8f3a3ea584db7eb73e36bfe5eebe2234a
kotlin-fork
/
idea
/
testData
/
inspectionsLocal
/
redundantCompanionReference
T
History
Toshiaki Kameyama
a5aad22fe7
Don't report "Redundant Companion reference" on accessing nested object
...
So #KT-23620 Fixed
2018-04-11 17:00:37 +03:00
..
.inspection
…
basic.kt
…
basic.kt.after
…
companionDoubleNested.kt
Fix several false positives and make safer "redundant companion ref"
2018-04-03 17:45:14 +03:00
companionNested.kt
Fix several false positives and make safer "redundant companion ref"
2018-04-03 17:45:14 +03:00
companionNestedObject.kt
Don't report "Redundant Companion reference" on accessing nested object
2018-04-11 17:00:37 +03:00
directCompanion.kt
…
directCompanion.kt.after
…
functionReference.kt
…
import.kt
Fix several false positives and make safer "redundant companion ref"
2018-04-03 17:45:14 +03:00
methodArgument.kt
Fix false positive in redundant companion reference #KT-23435 Fixed
2018-03-28 13:27:45 +02:00
named.kt
Fix several false positives and make safer "redundant companion ref"
2018-04-03 17:45:14 +03:00
named.kt.after
Fix several false positives and make safer "redundant companion ref"
2018-04-03 17:45:14 +03:00
notCompanion.kt
…
onlyCompanion.kt
…