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
9ad820205eb64c042f3ac842dbdfecbcab05a015
kotlin-fork
/
idea
/
testData
/
quickfix
/
createFromUsage
T
History
Mikhail Glukhikh
9ad820205e
Partial build fix (new convert to expression body opportunity in quick-fixes)
2016-09-19 10:37:39 +03:00
..
createClass
Partial build fix (new convert to expression body opportunity in quick-fixes)
2016-09-19 10:37:39 +03:00
createFunction
Partial build fix (new convert to expression body opportunity in quick-fixes)
2016-09-19 10:37:39 +03:00
createSecondaryConstructor
ugly fix for failing tests. without the string template, KotlinFilePathReferenceContributor injects a file reference into the string literal, and an unrelated intention (AddAnnotationIntention) tries to resolve it. resolving the reference caches the default contexts in FIleReferenceSet, which caches the order entries of a module in an OrderRootsCache. this creates VirtualFilePointers which are for some reason not disposed properly.
2016-07-23 21:18:26 +02:00
createTypeAlias
/typeReference
Create from Usage: Implement "Create type alias" quickfix
2016-08-29 14:13:56 +03:00
createTypeParameter
Create from Usage: Implement "Create type parameter" quickfix
2016-08-29 16:20:32 +03:00
createVariable
Create from Usage: Place extension properties after the usage and generate stub getter
2016-08-18 19:15:38 +03:00