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-08 15:53:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d1e67805fc68c9ccd998f22927f0c91776d6096c
kotlin
/
compiler
/
testData
/
codegen
/
boxWithJava
/
reflection
History
Alexander Udalov
d1e67805fc
Fix supertypes for reflected Java classes, always include j.l.Object
...
equals/hashCode/toString had not appeared in Java classes' "members" because of this
2015-08-03 23:06:15 +03:00
..
functionReferenceErasedToKFunction
Simplify function hierarchy in reflection
2015-07-10 20:10:08 +03:00
javaClassGetFunctions
Fix supertypes for reflected Java classes, always include j.l.Object
2015-08-03 23:06:15 +03:00
javaMethodsSmokeTest
Additional tests on reflection for Java methods
2015-07-29 21:36:35 +03:00
javaPropertyInheritedInKotlin
…
javaStaticField
Introduce KClass.members, make properties/extensionProperties extensions
2015-07-29 21:36:36 +03:00
kotlinPropertyInheritedInJava
Rename KClass.properties and extensionProperties: prepend 'member'
2015-07-29 21:36:47 +03:00
noConflictOnKotlinGetterAndJavaField
Add some tests on Java property references
2015-07-10 20:10:13 +03:00
parametersHaveNoNames
Additional tests on reflection for Java methods
2015-07-29 21:36:35 +03:00
referenceToJavaFieldOfKotlinSubclass
Additional tests on reflection for Java methods
2015-07-29 21:36:35 +03:00