Commit Graph

23 Commits

Author SHA1 Message Date
svtk d6336d9ca5 partial support for 'abstract' modifier added 2011-09-06 14:57:42 +04:00
svtk fa631503ef partial support for 'abstract' modifier added 2011-09-06 13:25:56 +04:00
Alex Tkachman a6d71f9361 test for KT-160 2011-09-05 13:58:29 +02:00
Alex Tkachman 47222c7474 fix for KT-257 2011-09-01 16:45:40 +02:00
Dmitry Jemerov b95219913a namespace property initializers are written directly to backing fields 2011-07-12 13:33:33 +02:00
Andrey Breslav b41e863d27 JET-142 Support string templates:
Old literals wiped out
2011-07-12 14:07:15 +04:00
Maxim Shafirov c327ace32a Moving common parts to GenerationState 2011-06-23 19:59:27 +04:00
Dmitry Jemerov 5c9a807c57 abstract methods 2011-05-30 15:26:34 +04:00
Dmitry Jemerov 867e2f4938 test for abstract property 2011-05-30 14:39:10 +04:00
Dmitry Jemerov 78247520c7 correctly handle ensureReceiverOnStack() when the expression is itself a receiver; use correct type when putting/storing fields 2011-05-27 19:03:11 +04:00
Dmitry Jemerov 1966d6d12c implementation classes implement JetObject; initial implementation of getTypeInfo() method and typeof operator 2011-05-13 13:42:17 +02:00
Dmitry Jemerov 5c2e90345a group codegen test files into directories per test case 2011-05-13 12:30:28 +02:00
Dmitry Jemerov da6b4a9595 += for strings 2011-04-28 18:15:44 +02:00
Andrey Breslav 244fc31da8 JET-16 Check property initializers as parts of the primary constructor's body 2011-04-26 18:47:16 +04:00
Dmitry Jemerov bbf4fbc34f generate property accessors in class interface 2011-04-21 19:47:39 +02:00
Dmitry Jemerov e0eb3ebd48 more advanced test 2011-04-21 19:11:08 +02:00
Dmitry Jemerov 2c7500c626 generate initializers for namespace properties in <clinit> method 2011-04-21 19:08:22 +02:00
Dmitry Jemerov 85f46abcd2 handle getters/setters without body; generate initializers for class-level properties 2011-04-21 18:42:30 +02:00
Dmitry Jemerov 11f8ed8c28 generate public accessor methods for public properties 2011-04-21 17:36:38 +02:00
Dmitry Jemerov d6611e495b initial support for properties backed by instance fields; some dummy code to generate primary constructor 2011-04-21 17:36:37 +02:00
Dmitry Jemerov aba13415c7 failing test for property in class 2011-04-21 15:42:51 +02:00
Dmitry Jemerov d17f095eec namespace properties are mostly working 2011-04-21 14:24:28 +02:00
Dmitry Jemerov c91cd748ff stub for property test 2011-04-21 14:23:49 +02:00