Files
kotlin-fork/analysis/analysis-api/testData/components/scopeProvider/memberScope/withTestCompilerPluginEnabled/customSerlializable.pretty.txt
T

12 lines
241 B
Plaintext
Vendored

fun serializeFirstTarget(x: test.FirstTarget)
fun serializeSecondTarget(x: test.SecondTarget)
open operator fun equals(other: kotlin.Any?): kotlin.Boolean
open fun hashCode(): kotlin.Int
open fun toString(): kotlin.String
constructor()