Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f9ad0c0bf79eab445d91c2baa5ab471640e811f
/
.
/
analysis
/
low-level-api-fir
/
testData
/
nonLocalDeclarationAnchors
/
localFunctionInsideFunctionLiteral.txt
blob: 79b5527ab7a152ab5f91bf362a77b53b70871d05 [
file
]
package one
/* anchor --> */open class ClassWithParameter/* anchor --> */(/* anchor --> */i: () -> Unit/* <-- */)/* <-- *//* <-- */
/* anchor --> */class TopLevelClass : ClassWithParameter({
fun foo(param: String) {
}
})/* <-- */