summaryrefslogtreecommitdiff
path: root/plugins/kotlin/uast/uast-kotlin-fir/testData/legacyRenderLog/Reified.render.txt
blob: b9d13fec9ceaed3f9bed987eaf854db4a2b89fa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package test.pkg

public final class ReifiedKt {
    public static final fun systemService2(@org.jetbrains.annotations.NotNull $this$systemService2: test.pkg.Context) : error.NonExistentClass {
        return <anonymous class>(java.lang.String.java)
    }
    public static fun systemService1(@org.jetbrains.annotations.NotNull $this$systemService1: test.pkg.Context) : <ErrorType> {
        return <anonymous class>(T.java)
    }
}

public final class Context {
    public final fun ownSystemService2() : error.NonExistentClass {
        return <anonymous class>(java.lang.String.java)
    }
    public fun Context() = UastEmptyExpression
    public fun ownSystemService1() : <ErrorType> {
        return <anonymous class>(T.java)
    }
}