Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
nonLocalDeclarationAnchors
/
localFunctionInsideStringTemplate.txt
blob: 34b881363aec0c102af4c8bf4b5c6f6404330403 [
file
]
package one
/* anchor --> */open class ClassWithParameter/* anchor --> */(/* anchor --> */s: String/* <-- */)/* <-- *//* <-- */
/* anchor --> */class TopLevelClass : ClassWithParameter("${
fun(): String {
return ""
}()
}")/* <-- */