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
ae47130c8e2a595ebabe82dfd908a1e6c62eef02
kotlin-fork
/
idea
/
testData
/
intentions
/
moveToCompanion
T
History
Mikhail Glukhikh
5502d2de6a
Fix KNPE in "Move member to companion" for expect class #KT-28383 Fixed
2018-11-23 15:35:19 +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
…
expectClass.kt
Fix KNPE in "Move member to companion" for expect class #KT-28383 Fixed
2018-11-23 15:35:19 +03:00
expectClass.kt.after
Fix KNPE in "Move member to companion" for expect class #KT-28383 Fixed
2018-11-23 15:35:19 +03:00
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
…
implicitDispatchReceiver.kt.after
…
inInnerClass.kt
…
inLocalClass.kt
…
inObject.kt
…
localFunction.kt
…
overriddenFunction.kt
…
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
…