Skip to content

Commit c501036

Browse files
committed
getStubVersion = 456, #SCL-23793
1 parent d489b08 commit c501036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala/scala-impl/src/org/jetbrains/plugins/scala/lang/psi/compiled/ScClassFileDecompiler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ object ScClassFileDecompiler {
3939

4040
object ScClsStubBuilder extends compiled.ClsStubBuilder {
4141

42-
override val getStubVersion = 455
42+
override val getStubVersion = 456
4343

4444
override def buildFileStub(content: FileContent): stubs.PsiFileStubImpl[_ <: PsiFile] =
4545
decompiledScalaFile(content)

0 commit comments

Comments
 (0)