Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
analysis
/
analysis-api
/
testData
/
scopes
/
substitutionOverridesUnwrapping
/
GenericFromOuterClassInInnerClass1.kt
blob: b180bfde4b9edb0a0b807ad3ef90ae97b1b89d63 [
file
]
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
package
test
class
SomeClass
open
class
TopLevel
<
Outer
>
{
open inner
class
Base
{
fun noGeneric
()
{}
fun withOuter
():
Outer
?
=
null
}
inner
class
<caret>
Child
:
Base
()
}