From d44f37d3d549b33b942aadeb85b8ad51c32b6620 Mon Sep 17 00:00:00 2001 From: Igor Yakovlev Date: Mon, 13 May 2019 19:54:44 +0300 Subject: [PATCH] Fix misspelling of KtUltraLightMethodForSourceDeclaration --- .../kotlin/idea/quickfix/CommonIntentionActionsTest.kt.182 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/tests/org/jetbrains/kotlin/idea/quickfix/CommonIntentionActionsTest.kt.182 b/idea/tests/org/jetbrains/kotlin/idea/quickfix/CommonIntentionActionsTest.kt.182 index f55bc0cb551..fbe58a796da 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/quickfix/CommonIntentionActionsTest.kt.182 +++ b/idea/tests/org/jetbrains/kotlin/idea/quickfix/CommonIntentionActionsTest.kt.182 @@ -338,7 +338,7 @@ class CommonIntentionActionsTest : LightPlatformCodeInsightFixtureTestCase() { ) TestCase.assertEquals( - "UltraLightMethodForSourceDeclaration -> org.jetbrains.annotations.NotNull," + + "KtUltraLightMethodForSourceDeclaration -> org.jetbrains.annotations.NotNull," + " KtUltraLightField -> pkg.myannotation.JavaAnnotation, org.jetbrains.annotations.NotNull", annotationsString(myFixture.findElementByText("bar", KtModifierListOwner::class.java)) )