Introduce BackingFieldAccessTranslator.

Refactor AccessTranslationUtils, ReferenceTranslator.
Add test for namespace properties.
This commit is contained in:
pTalanov
2012-03-13 20:16:48 +04:00
parent b3e306ac32
commit e331f27483
15 changed files with 145 additions and 48 deletions
@@ -0,0 +1,5 @@
package foo
val a = 2
fun box() = (a + bar.a) == 5
@@ -0,0 +1,3 @@
package bar
val a = 3