This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-09 00:21:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dfd5be1a33dfa6cf52600cc3df456be9e637a848
kotlin
/
compiler
/
testData
/
codegen
/
box
/
dataClasses
History
Alexander Udalov
e68de436bb
Allow data classes to inherit from other classes
...
#KT-10330 Fixed
2016-06-22 21:35:57 +03:00
..
copy
Do not skip synthesized members when generating bridges
2016-06-16 16:51:18 +03:00
equals
Merge boxWithStdlib testData into box, delete BoxWithStdlib test
2016-03-09 10:25:38 +03:00
hashCode
Merge boxWithStdlib testData into box, delete BoxWithStdlib test
2016-03-09 10:25:38 +03:00
toString
Merge boxWithStdlib testData into box, delete BoxWithStdlib test
2016-03-09 10:25:38 +03:00
arrayParams.kt
…
changingVarParam.kt
…
doubleParam.kt
…
floatParam.kt
…
genericParam.kt
…
kt5002.kt
…
mixedParams.kt
…
multiDeclaration.kt
…
multiDeclarationFor.kt
…
nonTrivialFinalMemberInSuperClass.kt
Allow data classes to inherit from other classes
2016-06-22 21:35:57 +03:00
nonTrivialMemberInSuperClass.kt
Allow data classes to inherit from other classes
2016-06-22 21:35:57 +03:00
privateValParams.kt
…
twoValParams.kt
…
twoVarParams.kt
…
unitComponent.kt
…