This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fbb4914bfb6830d61ee76a6136effbdfcca4fe24
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
dataClasses
T
History
Alexander Udalov
e7f6ac1e50
Fix data class equals codegen for type parameters with interface bounds
...
#KT-24474 Fixed
2018-05-22 13:45:21 +02:00
..
copy
Synthesized 'copy' in data classes cannot override anything since 1.3
2017-09-14 10:13:22 +03:00
equals
Fix data class equals codegen for type parameters with interface bounds
2018-05-22 13:45:21 +02:00
hashCode
KJS: check hashCode property only for objects to avoid extra boxing for primitive values
2017-04-26 13:07:34 +03:00
toString
Mute some box tests for native backend
2017-03-10 19:59:37 +03:00
arrayParams.kt
…
changingVarParam.kt
…
doubleParam.kt
Just refactor tests that require further investigation
2016-11-21 18:20:33 +03:00
floatParam.kt
Just refactor tests that require further investigation
2016-11-21 18:20:33 +03:00
genericParam.kt
…
kt5002.kt
Mute some box tests for native backend
2017-03-10 19:59:37 +03:00
mixedParams.kt
…
multiDeclaration.kt
…
multiDeclarationFor.kt
…
nonTrivialFinalMemberInSuperClass.kt
…
nonTrivialMemberInSuperClass.kt
…
privateValParams.kt
…
twoValParams.kt
…
twoVarParams.kt
…
unitComponent.kt
…