Unify and use names of synthetic members of data class
This commit is contained in:
committed by
Ilya Kirillov
parent
8c97f0c3a1
commit
c8047f8384
@@ -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")
|
||||
Reference in New Issue
Block a user