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