JS: fixed subSequence in CharSequence descendants (KT-14035) + added support for function intrics in delegation
This commit is contained in:
@@ -227,7 +227,6 @@ class NameSuggestion {
|
||||
|
||||
if (overriddenDescriptor is FunctionDescriptor) {
|
||||
when (overriddenDescriptor.fqNameUnsafe.asString()) {
|
||||
"kotlin.CharSequence.subSequence" -> return NameAndStability("substring", true)
|
||||
"kotlin.CharSequence.get" -> return NameAndStability("charAt", true)
|
||||
"kotlin.Any.equals" -> return NameAndStability("equals", true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user