From 9ce9b434fe2120754cb7f310a00e9eb788e70895 Mon Sep 17 00:00:00 2001 From: Nicolay Mitropolsky Date: Mon, 15 Jan 2018 20:58:18 +0300 Subject: [PATCH] Uast: testdata fix for `KotlinUastTypesTest.testEa101715` --- plugins/uast-kotlin/testData/ea101715.types.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/uast-kotlin/testData/ea101715.types.txt b/plugins/uast-kotlin/testData/ea101715.types.txt index 1bda09432b3..1cab3bb3122 100644 --- a/plugins/uast-kotlin/testData/ea101715.types.txt +++ b/plugins/uast-kotlin/testData/ea101715.types.txt @@ -9,6 +9,6 @@ UFile (package = ) [public final class Ea101715Kt {...] USimpleNameReferenceExpression (identifier = Obj) [Obj] ULiteralExpression (value = 555) [555] : PsiType:int UClass (name = Obj) [public final class Obj {...}] - UField (name = INSTANCE) [public static final var INSTANCE: Obj] + UField (name = INSTANCE) [@null public static final var INSTANCE: Obj] UAnnotation (fqName = null) [@null] UAnnotationMethod (name = Obj) [private fun Obj() = UastEmptyExpression]