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