From 15d507bf47a311bb02ee7872597102b65c59c7e4 Mon Sep 17 00:00:00 2001 From: Valentin Kipyatkov Date: Tue, 13 Oct 2015 17:45:56 +0300 Subject: [PATCH] Removed obsolete comments --- idea/idea-completion/testData/keywords/AfterClassProperty.kt | 1 - idea/idea-completion/testData/keywords/AfterFuns.kt | 1 - idea/idea-completion/testData/keywords/InClassBeforeFun.kt | 1 - 3 files changed, 3 deletions(-) diff --git a/idea/idea-completion/testData/keywords/AfterClassProperty.kt b/idea/idea-completion/testData/keywords/AfterClassProperty.kt index 719e750e9b5..ea21026fc74 100644 --- a/idea/idea-completion/testData/keywords/AfterClassProperty.kt +++ b/idea/idea-completion/testData/keywords/AfterClassProperty.kt @@ -25,7 +25,6 @@ class MouseMovedEventArgs // EXIST: var // EXIST: constructor // EXIST: init -/*why?*/ // EXIST: companion object // EXIST: operator // EXIST: infix diff --git a/idea/idea-completion/testData/keywords/AfterFuns.kt b/idea/idea-completion/testData/keywords/AfterFuns.kt index 759a1659bcb..fdee6601ecf 100644 --- a/idea/idea-completion/testData/keywords/AfterFuns.kt +++ b/idea/idea-completion/testData/keywords/AfterFuns.kt @@ -28,7 +28,6 @@ class A { // EXIST: var // EXIST: constructor // EXIST: init -/*why?*/ // EXIST: companion object // EXIST: operator // EXIST: infix diff --git a/idea/idea-completion/testData/keywords/InClassBeforeFun.kt b/idea/idea-completion/testData/keywords/InClassBeforeFun.kt index 507cd675f26..2160239022d 100644 --- a/idea/idea-completion/testData/keywords/InClassBeforeFun.kt +++ b/idea/idea-completion/testData/keywords/InClassBeforeFun.kt @@ -26,7 +26,6 @@ public class Test { // EXIST: var // EXIST: constructor // EXIST: init -/*why?*/ // EXIST: companion object // EXIST: operator // EXIST: infix