Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
contextCollector
/
localClassFunction.kt
blob: 0bd03324758870915b7da9990a826cf2747efddc [
file
]
fun test
()
{
class
Local
{
fun foo
():
String
{
<expr>
return
"foo"
</
expr
>
}
}
Local
().
foo
()
}