Unify and use names of synthetic members of data class

This commit is contained in:
Jinseong Jeon
2021-09-23 23:30:22 -07:00
committed by Ilya Kirillov
parent 8c97f0c3a1
commit c8047f8384
5 changed files with 9 additions and 20 deletions
@@ -1,12 +0,0 @@
/*
* Copyright 2010-2019 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.fir
import org.jetbrains.kotlin.name.Name
// Data class synthetic members
val COPY_NAME = Name.identifier("copy")
val HASHCODE_NAME = Name.identifier("hashCode")