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
50dbda1e1aac804605753f69419c0e3dd381f7fe
kotlin-fork
/
compiler
/
testData
/
codegen
/
boxWithStdlib
/
reflection
T
History
Alexander Udalov
50dbda1e1a
Introduce KClass.members, make properties/extensionProperties extensions
...
To avoid significant growth of KClass and KPackage interfaces
2015-07-29 21:36:36 +03:00
..
classes
Support KClass.jvmName = java.lang.Class.getName()
2015-07-10 20:10:07 +03:00
classLiterals
KT-8206 java.lang.NoSuchFieldError: $kotlinClass for deprecated::class
2015-07-10 20:10:15 +03:00
constructors
Add KFunction.name, support reflection for function references
2015-07-10 20:10:07 +03:00
enclosing
Fix codegen tests after types enhancement
2015-07-09 16:36:44 +03:00
functions
Add KFunction.name, support reflection for function references
2015-07-10 20:10:07 +03:00
genericSignature
Adjust testData: get rid of obsolete annotations
2015-06-12 09:23:31 +03:00
kClassInAnnotation
Annotations have now retention of "RUNTIME" by default. Java retention is generated as given by kotlin annotation. Annotation rendering changed.
2015-07-14 16:25:01 +03:00
mapping
Make Class<*>.kotlinPackage nullable
2015-07-29 21:36:33 +03:00
methodsFromAny
Introduce KClass.members, make properties/extensionProperties extensions
2015-07-29 21:36:36 +03:00
parameters
Support introspection of parameter names and indices in reflection
2015-07-29 21:36:34 +03:00
properties
Introduce KClass.members, make properties/extensionProperties extensions
2015-07-29 21:36:36 +03:00