Fix testData in compiler: add collections and ranges package to fq-names.

This commit is contained in:
Ilya Gorbunov
2015-11-28 01:42:20 +03:00
parent 98e2d27c77
commit f4822cd757
524 changed files with 1594 additions and 1552 deletions
@@ -8,8 +8,8 @@ package i {
public val i.C.foo: i.C.D
public val i.A.foo1: kotlin.Int
public val i.C.foo1: i.C.D
public val </*0*/ T> kotlin.List<T>.length: [ERROR : Type for size]
public val </*0*/ T> kotlin.List<T>.length1: kotlin.Int
public val </*0*/ T> kotlin.collections.List<T>.length: [ERROR : Type for size]
public val </*0*/ T> kotlin.collections.List<T>.length1: kotlin.Int
public final class A {
public constructor A()