Alexander Udalov
|
3b349e9be0
|
Fix reflection on reference to generic property
See a93484b457 for the similar fix to function
references
#KT-12967 Fixed
|
2016-07-05 18:18:43 +03:00 |
|
Alexander Udalov
|
c07d0d48d3
|
Fix KCallable#callBy to JvmStatic companion object members
#KT-12915 Fixed
|
2016-06-30 19:41:47 +03:00 |
|
Alexander Udalov
|
311301f430
|
Check return type when locating method in reflection
#KT-11824 Fixed
|
2016-06-20 21:03:51 +03:00 |
|
Mikhael Bogdanov
|
ee7bbbf530
|
Fix for KT-12127: Undeclared type variable on delegated property backing field
#KT-12127 Fixed
|
2016-05-04 17:07:48 +03:00 |
|
Dmitry Petrov
|
e441f0509f
|
KT-11943 Do not use intrinsic 'java' property if receiver type is not acceptable
|
2016-04-19 10:31:30 +03:00 |
|
Dmitry Petrov
|
583733be8d
|
KT-11645 properly handle private property getter name mangling in reflection
|
2016-04-14 09:31:29 +03:00 |
|
Alexander Udalov
|
6924d883eb
|
Support reflection calls to multifile class members
#KT-11447 Fixed
|
2016-03-28 21:11:14 +03:00 |
|
Alexander Udalov
|
f8dfaf4599
|
Merge boxWithJava testData into box, delete BoxWithJava test
|
2016-03-09 10:25:38 +03:00 |
|
Alexander Udalov
|
16a0ddd2fb
|
Merge boxMultiFile testData into box, delete BoxMultiFile test
|
2016-03-09 10:25:38 +03:00 |
|
Alexander Udalov
|
06a67e6602
|
Merge boxWithStdlib testData into box, delete BoxWithStdlib test
|
2016-03-09 10:25:38 +03:00 |
|
Alexander Udalov
|
daab3db062
|
Add WITH_RUNTIME and WITH_REFLECT directives to box tests
Currently all tests in boxWithStdlib/ run with both runtime and reflection
included; eventually they'll be merged into box/ using these directives
|
2016-03-03 16:11:21 +03:00 |
|
Alexander Udalov
|
49004a8b8e
|
Conform functions to extension functions and vice versa
#KT-5989 Fixed
|
2015-05-26 15:04:56 +03:00 |
|
Alexander Udalov
|
4141e0a8df
|
Introduce fictitious numbered Function class descriptors
|
2015-05-26 15:04:54 +03:00 |
|
Stanislav Erokhin
|
3de0dff575
|
Migrate testdata to new lambda syntax
|
2015-04-07 13:08:53 +03:00 |
|
Alexander Udalov
|
41eb0deaa0
|
Introduce FunctionImpl and ExtensionFunctionImpl classes
Old FunctionImpl0,1,2,... will be dropped since they had no purpose
|
2014-05-19 19:50:58 +04:00 |
|
Alexander Udalov
|
f7b6457139
|
Replace "jet" package name with "kotlin" in testData
|
2014-03-02 19:55:26 +04:00 |
|
Alexander Udalov
|
5d6d4406cb
|
Move FunctionImpl classes from package "jet" to "kotlin"
|
2014-03-02 19:54:56 +04:00 |
|
Andrey Breslav
|
3071b58219
|
Use a built-in class to mitigate a naming problem in Android tests
|
2013-10-09 11:47:58 +04:00 |
|
Andrey Breslav
|
7f46d7555e
|
Do not write "? extends" and "? super" in immediate arguments of supertypes in Java generic signatures
|
2013-10-08 21:13:30 +04:00 |
|
Alexander Udalov
|
56f8f021f9
|
Generate proper generic signature for closure classes
|
2013-04-22 17:59:32 +04:00 |
|
Alexander Udalov
|
0ec1f20140
|
Write generic signature for closure FunctionN superclass
ClosureCodegen.appendType() now appends any Type as a type parameter correctly
|
2013-04-22 17:59:29 +04:00 |
|