Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
kt37570.kt.txt
blob: 241f1c1f610680d5c5b7ba230490dae0e37eefaf [
file
]
class A {
val b: String
get
init {
a().apply<String>(block = local fun String.<anonymous>() {
<this>.#b = $this$apply
}
) /*~> Unit */
}
constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
}
fun a(): String {
return "string"
}