summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/PropertyDelegate.render.fe10.txt
blob: 0f4ec9edd55aa42d64976d58371f62b96e4c33ed (plain)
1
2
3
4
5
6
7
8
9
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
    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
}