summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyTypes/PropertyDelegate.types.fe10.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/uast/uast-kotlin-fir/testData/legacyTypes/PropertyDelegate.types.fe10.txt')
-rw-r--r--plugins/kotlin/uast/uast-kotlin-fir/testData/legacyTypes/PropertyDelegate.types.fe10.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyTypes/PropertyDelegate.types.fe10.txt b/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyTypes/PropertyDelegate.types.fe10.txt
index 5687a05ae249..ad38c4e7d172 100644
--- a/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyTypes/PropertyDelegate.types.fe10.txt
+++ b/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyTypes/PropertyDelegate.types.fe10.txt
@@ -1,6 +1,6 @@
UFile (package = ) [public final class PropertyDelegateKt {...]
UClass (name = PropertyDelegateKt) [public final class PropertyDelegateKt {...}]
- UField (name = sdCardPath$delegate) [@org.jetbrains.annotations.NotNull private static final var sdCardPath$delegate: kotlin.Lazy]
+ UField (name = sdCardPath$delegate) [@org.jetbrains.annotations.NotNull private static final var sdCardPath$delegate: kotlin.Lazy<? extends java.lang.String>]
UAnnotation (fqName = org.jetbrains.annotations.NotNull) [@org.jetbrains.annotations.NotNull]
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1)) [lazy({ ...})] : PsiType:Lazy<? extends String>
UIdentifier (Identifier (lazy)) [UIdentifier (Identifier (lazy))]
@@ -9,7 +9,7 @@ UFile (package = ) [public final class PropertyDelegateKt {...]
UBlockExpression [{...}]
UReturnExpression [return "/sdcard"]
ULiteralExpression (value = "/sdcard") ["/sdcard"] : PsiType:String
- UField (name = annotatedDelegate$delegate) [@org.jetbrains.annotations.NotNull @kotlin.Suppress private static final var annotatedDelegate$delegate: kotlin.Lazy]
+ UField (name = annotatedDelegate$delegate) [@org.jetbrains.annotations.NotNull @kotlin.Suppress private static final var annotatedDelegate$delegate: kotlin.Lazy<? extends java.lang.Integer>]
UAnnotation (fqName = org.jetbrains.annotations.NotNull) [@org.jetbrains.annotations.NotNull]
UAnnotation (fqName = kotlin.Suppress) [@kotlin.Suppress]
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1)) [lazy({ ...})] : PsiType:Lazy<? extends Integer>