From e2efae3f463ff358c3cc48ff11492106fc585d85 Mon Sep 17 00:00:00 2001 From: "Pavel V. Talanov" Date: Wed, 21 May 2014 19:08:47 +0400 Subject: [PATCH] Fix copying filename raising an exception #KT-4990 Fixed --- .../jet/plugin/codeInsight/KotlinCopyPasteReferenceProcessor.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/src/org/jetbrains/jet/plugin/codeInsight/KotlinCopyPasteReferenceProcessor.kt b/idea/src/org/jetbrains/jet/plugin/codeInsight/KotlinCopyPasteReferenceProcessor.kt index 698039262ac..75cee97f8a3 100644 --- a/idea/src/org/jetbrains/jet/plugin/codeInsight/KotlinCopyPasteReferenceProcessor.kt +++ b/idea/src/org/jetbrains/jet/plugin/codeInsight/KotlinCopyPasteReferenceProcessor.kt @@ -74,7 +74,7 @@ public class KotlinCopyPasteReferenceProcessor() : CopyPastePostProcessor