Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c234f72ea4dcebd1ff29c5a1fcd540f29a83be46
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
functions
/
functionCallWithGenericResultScript.kts
blob: 18e06e8c3318d5a5fbfb4b10f2c311288ff6e2d2 [
file
]
open
class
Foo
<
T
:
CharSequence
>
fun bar
():
Foo
<
String
>?
{
return
null
}
fun resolve
<caret>
Me
()
{
val x
=
bar
()
}