Files
kotlin/compiler/testData/codegen/box
Alexander Udalov 2445d04338 Fix synthetic method generation for extension properties
If several annotated extension properties with the same name were declared in
one class, JVM issued a ClassFormatError, since we generated a synthetic method
for each of them with the same name and signature. Make the signature of this
synthetic method depend on a receiver parameter, if a property has one
2013-10-16 14:59:37 +04:00
..
2013-09-24 14:31:58 +04:00
2013-06-17 15:20:42 +04:00
2013-06-25 18:48:20 +04:00
2013-01-31 18:54:37 +04:00