From 547865d5c73c45e2818bb7ca73c0c9f4fcd35caa Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Fri, 17 Jan 2020 19:34:37 +0300 Subject: [PATCH] Fix tests for completion after `fun` keyword It's correct from the current implemention but still questionable and should be discussed #KT-35990 Open --- idea/idea-completion/testData/keywords/InFunctionName.kt | 2 +- .../idea-completion/testData/keywords/InFunctionRecieverType.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/idea/idea-completion/testData/keywords/InFunctionName.kt b/idea/idea-completion/testData/keywords/InFunctionName.kt index 5f87b974423..ffb2db0f255 100644 --- a/idea/idea-completion/testData/keywords/InFunctionName.kt +++ b/idea/idea-completion/testData/keywords/InFunctionName.kt @@ -2,4 +2,4 @@ fun () { } -// NUMBER: 0 \ No newline at end of file +// NUMBER: 1 \ No newline at end of file diff --git a/idea/idea-completion/testData/keywords/InFunctionRecieverType.kt b/idea/idea-completion/testData/keywords/InFunctionRecieverType.kt index 8749b6665b2..40a097af855 100644 --- a/idea/idea-completion/testData/keywords/InFunctionRecieverType.kt +++ b/idea/idea-completion/testData/keywords/InFunctionRecieverType.kt @@ -1,5 +1,5 @@ fun . -// NUMBER: 0 +// NUMBER: 1 // For KT-1894 \ No newline at end of file