Dmitry Petrov
|
9bf0211152
|
KT-8408 Prohibit Array<T>::class for non-reified T
|
2015-07-30 12:18:29 +03:00 |
|
Alexander Udalov
|
a0cc313156
|
Support class reference expression for reified type parameters
Also make KClass::java an intrinsic property.
Based on the work by @dnpetrov
#KT-6976 Fixed
|
2015-07-30 12:18:28 +03:00 |
|
Dmitry Petrov
|
d540ff8890
|
KT-8206 java.lang.NoSuchFieldError: $kotlinClass for deprecated::class
Instantiate class literals for annotation classes as foreign.
|
2015-07-10 20:10:15 +03:00 |
|
Alexander Udalov
|
236214305f
|
Support KClass.qualifiedName for non-local classes
|
2015-07-10 20:10:06 +03:00 |
|
Alexander Udalov
|
0dec1eaaad
|
Refactor RuntimeTypeMapper, extract IntrinsicObjects-related behavior
Make it similar to other JavaToKotlinClassMapBuilder implementations to be able
to get rid of that inheritance
|
2015-04-24 02:09:04 +03:00 |
|
Alexander Udalov
|
6182b3ff5c
|
Prohibit Array::class, require type arguments for reified parameters
|
2015-04-09 19:46:47 +03:00 |
|
Nikolay Krasko
|
2946c1d6a8
|
KT-7271 Accessing an extension property of Char.Companion leads to ClassNotFoundException in runtime
#KT-7271 Fixed
|
2015-04-07 15:59:05 +03:00 |
|
Alexander Udalov
|
9cf0720925
|
Fix KClass.simpleName for local classes
|
2015-03-23 16:30:24 +03:00 |
|
Pavel V. Talanov
|
06916d98c6
|
default -> companion: replace all mentions of default and default object
|
2015-03-17 15:47:39 +03:00 |
|
Alexander Udalov
|
6468515d99
|
Report error when LHS of class literal is not a class
|
2015-03-11 16:42:45 +03:00 |
|
Alexander Udalov
|
b93b9bd565
|
Support KClass.simpleName and built-in class literals
|
2015-03-11 16:42:43 +03:00 |
|
Alexander Udalov
|
6e45c6f17c
|
Support class literals (A::class)
|
2015-03-11 16:42:41 +03:00 |
|