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
fe7b7fb0bda88760abd22fe137b9ba052d8ee8a5
kotlin-fork
/
idea
/
testData
/
intentions
/
moveToCompanion
T
History
Alexey Sedunov
75481c34b4
Move to Companion Object: Warn if companion object already contains function with the same signature
...
#KT-13877 Fixed
2016-09-20 20:35:59 +03:00
..
.intention
…
abstractFunction.kt
…
abstractProperty.kt
…
doNotQualifyThisLabel.kt
Move to Companion Intention: Do not use qualified names as labels
2016-09-12 21:03:18 +03:00
doNotQualifyThisLabel.kt.after
Move to Companion Intention: Do not use qualified names as labels
2016-09-12 21:03:18 +03:00
dropFinal.kt
…
dropFinal.kt.after
…
dropOpen.kt
…
dropOpen.kt.after
…
enumEntry.kt
…
functionWithoutBody.kt
…
functionWithOverride.kt
…
genericFunction.kt
Move to Companion Object: Forbid for functions/properties referencing type parameters of the containing class
2016-09-20 20:35:58 +03:00
genericProperty.kt
Move to Companion Object: Forbid for functions/properties referencing type parameters of the containing class
2016-09-20 20:35:58 +03:00
implicitDispatchReceiver.kt
Move: Convert implicit receiver to this when moving class member to companion object
2016-04-26 13:59:07 +03:00
implicitDispatchReceiver.kt.after
Move: Convert implicit receiver to this when moving class member to companion object
2016-04-26 13:59:07 +03:00
inInnerClass.kt
…
inLocalClass.kt
…
inObject.kt
…
localFunction.kt
…
overriddenFunction.kt
Presentation: Render function signature in RefactoringDescriptionLocation
2016-08-10 11:45:29 +03:00
overriddenProperty.kt
…
propertyUsingClassInstance.kt
…
propertyWithOverride.kt
…
redeclarationConflict.kt
Move to Companion Object: Warn if companion object already contains function with the same signature
2016-09-20 20:35:59 +03:00
topLevelFunction.kt
…