summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/PropertyDelegate.render.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/PropertyDelegate.render.txt')
-rw-r--r--plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/PropertyDelegate.render.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/PropertyDelegate.render.txt b/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/PropertyDelegate.render.txt
new file mode 100644
index 000000000000..7cc7e47d8f63
--- /dev/null
+++ b/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/PropertyDelegate.render.txt
@@ -0,0 +1,9 @@
+public final class PropertyDelegateKt {
+ @org.jetbrains.annotations.NotNull private static final var sdCardPath$delegate: kotlin.Lazy<? extends java.lang.String>
+ @org.jetbrains.annotations.NotNull @kotlin.Suppress private static final var annotatedDelegate$delegate: kotlin.Lazy<? extends java.lang.Integer>
+ public static final fun getSdCardPath() : java.lang.String = UastEmptyExpression
+ public static final fun localPropertyTest() : void {
+ var sdCardPathLocal: java.lang.String
+ }
+ public static final fun getAnnotatedDelegate() : int = UastEmptyExpression
+}