From 6bfe168dd7ca5c52238fea24f43e2c841ab1ceb7 Mon Sep 17 00:00:00 2001 From: Nicolay Mitropolsky Date: Mon, 23 Oct 2017 13:19:46 +0300 Subject: [PATCH] UAST: `SimpleKotlinRenderLogTest.testWhenAndDestructing` testdata fix --- plugins/uast-kotlin/testData/WhenAndDestructing.render.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/uast-kotlin/testData/WhenAndDestructing.render.txt b/plugins/uast-kotlin/testData/WhenAndDestructing.render.txt index 24f4b7a612b..958e1b76605 100644 --- a/plugins/uast-kotlin/testData/WhenAndDestructing.render.txt +++ b/plugins/uast-kotlin/testData/WhenAndDestructing.render.txt @@ -1,5 +1,5 @@ public final class WhenAndDestructingKt { - public static final fun getElementsAdditionalResolve(string: java.lang.String) : java.lang.String { + public static final fun getElementsAdditionalResolve(@org.jetbrains.annotations.NotNull string: java.lang.String) : java.lang.String { var arr: java.util.List = listOf("1", "2") switch (string) { "aaaa" -> {