Light Classes: Fix ClassCastException for KotlinNoOriginLightField

This commit is contained in:
Alexey Sedunov
2015-06-10 11:14:00 +03:00
parent bbc644f4c8
commit 95438c7b5d
16 changed files with 69 additions and 36 deletions
@@ -0,0 +1,9 @@
package usages
import library.*
class J {
static void test() {
A.Companion o = A.Companion;
}
}