e331f27483
Refactor AccessTranslationUtils, ReferenceTranslator. Add test for namespace properties.
5 lines
52 B
Kotlin
5 lines
52 B
Kotlin
package foo
|
|
|
|
val a = 2
|
|
|
|
fun box() = (a + bar.a) == 5 |