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