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
0ee1102e24e2ef04331aea01da5366e5b65df648
kotlin-fork
/
idea
/
testData
/
quickfix
/
createFromUsage
T
History
Alexey Sedunov
c2b38cfa41
Create from Usage: Place extension properties after the usage and generate stub getter
...
#KT-11795 Fixed
2016-08-18 19:15:38 +03:00
..
createClass
Create from Usage: Do not suggest creating annotations/enum classes for unresolved type parameter bounds
2016-08-10 11:45:37 +03:00
createFunction
Create from Usage: Place extension properties after the usage and generate stub getter
2016-08-18 19:15:38 +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
createVariable
Create from Usage: Place extension properties after the usage and generate stub getter
2016-08-18 19:15:38 +03:00