Files
kotlin-fork/compiler/testData/codegen/box
Alexander Udalov 61675de305 Optimize PropertyMetadataImpl instance creation
Create all property metadatas in <clinit> and save them to a static array
$propertyMetadata. Getter/setter of each delegated property will then just
obtain the corresponding instance from that array

 #KT-4232 Fixed
2014-04-24 16:10:15 +04:00
..
2013-12-17 15:00:30 +04:00
2013-06-25 18:48:20 +04:00
2013-01-31 18:54:37 +04:00