Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c234f72ea4dcebd1ff29c5a1fcd540f29a83be46
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
localFunctionInsideFunctionLiteral.kt
blob: 73f2fd3f5e86415ff12dd2d54a5093cc9cf08318 [
file
]
package
one
open
class
ClassWithParameter
(
i
:
()
->
Unit
)
class
TopLevelClass
:
ClassWithParameter
({
fun fo
<caret>
o
(
param
:
String
)
{
}
})