Files
kotlin-fork/idea/idea-frontend-fir/idea-fir-low-level-api/testdata/getOrBuildFir/wholeDeclaration/localClass.kt
T
2021-07-19 18:45:28 +03:00

8 lines
79 B
Kotlin

fun y() {
<expr>
class X {
fun y(): String
}
</expr>
}