[KAPT] Take function argument names from original descriptor
#KT-43804 Fixed
This commit is contained in:
@@ -17,7 +17,7 @@ public final class User {
|
||||
|
||||
@java.lang.Override()
|
||||
public boolean equals(@org.jetbrains.annotations.Nullable()
|
||||
java.lang.Object p0) {
|
||||
java.lang.Object other) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user