Files
kotlin-fork/compiler/testData/codegen/boxWithStdlib
Alexander Udalov 64fdb18ad3 Use descriptors for reflection on class properties
- use ConcurrentHashMap as a cache of class loaders to module descriptors
- KClassImpl now has a lazy class descriptor and it manages property creation
  by looking (also lazily) for the property descriptor in the corresponding
  scope
- since deserialized descriptors have full information about where a JVM symbol
  is located and what signature it has, new tests will begin to pass where
  Kotlin model and Java reflection model differ, see classObjectVar.kt
2015-03-11 16:42:31 +03:00
..
2015-01-15 15:13:05 +03:00
2014-10-17 21:27:23 +04:00
2014-12-02 13:47:48 +03:00
2015-03-04 17:41:27 +01:00
2014-11-27 20:38:18 +03:00