Don't assign type parameters from original proto if type is substituted with Any (KT-15128)

#KT-15128 Fixed
This commit is contained in:
Nikolay Krasko
2016-12-16 19:28:06 +03:00
parent e9e1b3fea1
commit c076ad5a8d
5 changed files with 70 additions and 4 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 = 56
private const val BINARY_STUB_VERSION = 57
// 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.