Files
kotlin-fork/analysis/analysis-api/testData/scopes/memberScopeByFqName/withTestCompilerPluginEnabled/nestedClassAndMaterializeMember.pretty.txt
T
2022-02-25 23:08:26 +03:00

12 lines
192 B
Plaintext
Vendored

fun materialize(): test.MyClass
open operator fun equals(other: kotlin.Any?): kotlin.Boolean
open fun hashCode(): kotlin.Int
open fun toString(): kotlin.String
class Nested
constructor()