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-10 08:31:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bbf9bf91fc3abb2ac196d672fa1e3801e7f4e355
kotlin
/
compiler
/
testData
/
codegen
/
box
/
reflection
History
Alexander Udalov
4d2fbf1801
Fix reflection for local delegated properties inside interface
...
#KT-19690
2017-08-17 15:35:11 +02:00
..
annotations
Fix IllegalAccessException on private annotation in reflection
2017-06-21 15:43:00 +03:00
call
Fix KCallable.call for protected members from base class
2017-06-21 15:42:59 +03:00
callBy
Fix exception on callBy of callable with more than 32 parameters
2017-06-20 14:39:47 +03:00
classes
…
classLiterals
…
constructors
…
createAnnotation
…
enclosing
…
functions
…
genericSignature
Align generic signature for inner classes to work as in Java
2017-04-27 15:47:28 +03:00
isInstance
…
kClassInAnnotation
…
lambdaClasses
…
mapping
[NI] Fix tests (was a type checker bug, see KT-18380)
2017-08-07 18:00:38 +03:00
methodsFromAny
…
modifiers
…
multifileClasses
…
noReflectAtRuntime
[NI] Fix tests (was a type checker bug, see KT-18380)
2017-08-07 18:00:38 +03:00
parameters
…
properties
Fix reflection for local delegated properties inside interface
2017-08-17 15:35:11 +02:00
specialBuiltIns
…
supertypes
Add kotlin.Any to KClass.superclasses if it's absent
2017-06-20 14:39:48 +03:00
typeParameters
…
types
…