JS: char boxing
This commit is contained in:
@@ -227,7 +227,7 @@ class NameSuggestion {
|
||||
|
||||
if (overriddenDescriptor is FunctionDescriptor) {
|
||||
when (overriddenDescriptor.fqNameUnsafe.asString()) {
|
||||
"kotlin.CharSequence.get" -> return NameAndStability("charAt", true)
|
||||
"kotlin.CharSequence.get" -> return NameAndStability("charCodeAt", true)
|
||||
"kotlin.Any.equals" -> return NameAndStability("equals", true)
|
||||
}
|
||||
val container = overriddenDescriptor.containingDeclaration
|
||||
|
||||
Reference in New Issue
Block a user