summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin/tests/testData/PropertyDelegate.render.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/uast/uast-kotlin/tests/testData/PropertyDelegate.render.txt')
-rw-r--r--plugins/kotlin/uast/uast-kotlin/tests/testData/PropertyDelegate.render.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/kotlin/uast/uast-kotlin/tests/testData/PropertyDelegate.render.txt b/plugins/kotlin/uast/uast-kotlin/tests/testData/PropertyDelegate.render.txt
index 0f4ec9edd55a..7cc7e47d8f63 100644
--- a/plugins/kotlin/uast/uast-kotlin/tests/testData/PropertyDelegate.render.txt
+++ b/plugins/kotlin/uast/uast-kotlin/tests/testData/PropertyDelegate.render.txt
@@ -1,6 +1,6 @@
public final class PropertyDelegateKt {
- @org.jetbrains.annotations.NotNull private static final var sdCardPath$delegate: kotlin.Lazy
- @org.jetbrains.annotations.NotNull @kotlin.Suppress private static final var annotatedDelegate$delegate: kotlin.Lazy
+ @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