Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
kt37570.kt
blob: 800ea4a9731ebc04d5eb1d9231911138484d2e9d [
file
]
// FIR_IDENTICAL
fun a
()
=
"string"
class
A
{
val b
:
String
init
{
a
().
apply
{
b
=
this
}
}
}