Files
kotlin-fork/idea
Denis Zharkov 5f10252185 [Invariant fix] Avoid using obsolete desciptors as scope content in change signature
After type refinement was introduced we sometimes may request
some additional data from ModuleDescriptor

But if it's been invalidated after first part of refactoring's been applied
requesting content may fail (see ModuleDescriptorImpl::assertValid)

See the test:
org.jetbrains.kotlin.idea.refactoring.introduce.ExtractionTestGenerated.IntroduceLambdaParameter#testLambdaParamInPrimaryConstructor
2019-07-30 12:41:39 +03:00
..
2019-07-24 18:25:11 +03:00