Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
analysis
/
analysis-api
/
testData
/
scopes
/
substitutionOverridesUnwrapping
/
GenericFromOuterClassInInnerClass2.pretty.txt
blob: 9e78f084e0d55d76e58ad538a218b6a7796aa914 [
file
]
fun noGeneric()
fun withOuter(): Outer?
fun withOwnAndOuter(t: test.SomeClass): Outer?
open operator fun equals(other: kotlin.Any?): kotlin.Boolean
open fun hashCode(): kotlin.Int
open fun toString(): kotlin.String
inner constructor()