Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
secondaryConstructorScript.kts
blob: a2273af16be085788e6596f07f1798951f7095f8 [
file
]
fun resolve
<caret>
Me
()
{
receive
(
A
(
42
))
}
fun receive
(
value
:
A
){}
class
A
{
constructor
(
x
:
Int
)
{
val a
=
x
}
}