[AA] Refactoring: Rename AbstractMemberScopeByFqNameTest to AbstractMemberScopeTest
^KT-61900
This commit is contained in:
committed by
Space Team
parent
9db9f58fba
commit
1408556511
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
val x: kotlin.String
|
||||
|
||||
protected fun clone(): kotlin.Any
|
||||
|
||||
operator fun compareTo(other: test.E): kotlin.Int
|
||||
|
||||
operator fun equals(other: kotlin.Any?): kotlin.Boolean
|
||||
|
||||
fun hashCode(): kotlin.Int
|
||||
|
||||
open fun toString(): kotlin.String
|
||||
|
||||
@kotlin.internal.IntrinsicConstEvaluation
|
||||
val name: kotlin.String
|
||||
|
||||
val ordinal: kotlin.Int
|
||||
|
||||
fun getDeclaringClass(): (java.lang.Class<test.E!>..java.lang.Class<test.E!>?)
|
||||
|
||||
fun finalize()
|
||||
|
||||
companion object
|
||||
|
||||
private constructor()
|
||||
Reference in New Issue
Block a user