Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
analysis
/
analysis-api
/
testData
/
symbols
/
symbolByReference
/
genericFromFunctionInLocalClass.kt
blob: 29c4b57ccdced6d70d0649e5e78d2a1177b3e039 [
file
]
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE
// IGNORE_FE10
package
test
class
SomeClass
fun
<
Outer
>
topLevel
()
{
open
class
Base
{
fun withOuter
():
Outer
?
=
null
}
class
Child
:
Base
()
{}
Child
().<
caret
>
withOuter
()
}