2e5b783cc6
Previously, the semantic was more-or-less correct for most of the cases but some corner one, like `sort` in MutableList didn't work properly. Namely, `sort` should be marked there in a way to forbid to call it everywhere beside super-calls. Also, overriding it should be allowed. Mostly, the logic was re-written to K2 model from K1-related JvmBuiltInsCustomizer. ^KT-57694 In progress ^KT-57269 Fixed
21 lines
416 B
Plaintext
Vendored
21 lines
416 B
Plaintext
Vendored
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()
|