Generate modifier list stub under nullable type for suspend functions (KT-20185)

Otherwise there's a PSI and Stub mismatch error produced.

 #KT-20185 Fixed
This commit is contained in:
Nikolay Krasko
2017-09-11 12:08:00 +03:00
parent b9872b7651
commit 74043089ab
4 changed files with 140 additions and 9 deletions
@@ -28,7 +28,7 @@ object KotlinStubVersions {
// Binary stub version should be increased if stub format (org.jetbrains.kotlin.psi.stubs.impl) is changed
// or changes are made to the core stub building code (org.jetbrains.kotlin.idea.decompiler.stubBuilder).
// Increasing this version will lead to reindexing of all binary files that are potentially kotlin binaries (including all class files).
private const val BINARY_STUB_VERSION = 61
private const val BINARY_STUB_VERSION = 62
// Classfile stub version should be increased if changes are made to classfile stub building subsystem (org.jetbrains.kotlin.idea.decompiler.classFile)
// Increasing this version will lead to reindexing of all classfiles.