summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/PropertyDelegate.render.fir.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/PropertyDelegate.render.fir.txt')
-rw-r--r--plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/PropertyDelegate.render.fir.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/PropertyDelegate.render.fir.txt b/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/PropertyDelegate.render.fir.txt
deleted file mode 100644
index d137dd00e14b..000000000000
--- a/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/PropertyDelegate.render.fir.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-public final class PropertyDelegateKt {
- @org.jetbrains.annotations.NotNull private static final var sdCardPath$delegate: kotlin.Lazy<java.lang.String>
- @org.jetbrains.annotations.NotNull @kotlin.Suppress private static final var annotatedDelegate$delegate: kotlin.Lazy<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
-}