summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/CommentOwners.render.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/CommentOwners.render.txt')
-rw-r--r--plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/CommentOwners.render.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/CommentOwners.render.txt b/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/CommentOwners.render.txt
index 3c5e5b4d533b..84458298a71b 100644
--- a/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/CommentOwners.render.txt
+++ b/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/CommentOwners.render.txt
@@ -41,4 +41,6 @@ public enum MyBooleanEnum {
@null TRUE
@null FALSE
private fun MyBooleanEnum() = UastEmptyExpression
-} \ No newline at end of file
+ public static fun values() : MyBooleanEnum[] = UastEmptyExpression
+ public static fun valueOf(@org.jetbrains.annotations.NotNull name: java.lang.String) : MyBooleanEnum = UastEmptyExpression
+}