Do not compare local classes by FqNames

This commit is contained in:
Andrey Breslav
2014-05-30 12:45:05 +04:00
parent 93031c1245
commit e50a17e668
9 changed files with 142 additions and 2 deletions
@@ -0,0 +1,6 @@
private var x = object {}
fun test() {
// No error, because the type of x is normalized to Any
x = object {}
}