From cb7518c3ee82e3f97e716a068187971d3531d8e0 Mon Sep 17 00:00:00 2001 From: Denis Zharkov Date: Wed, 5 Aug 2015 19:02:38 +0300 Subject: [PATCH] Minor. Drop irrelevant field from testData --- .../purelyImplementedCollection/invalidFqName.kt | 2 -- .../purelyImplementedCollection/invalidFqName.txt | 3 --- 2 files changed, 5 deletions(-) diff --git a/compiler/testData/diagnostics/testsWithStdLib/purelyImplementedCollection/invalidFqName.kt b/compiler/testData/diagnostics/testsWithStdLib/purelyImplementedCollection/invalidFqName.kt index cfaff60056f..034286e962a 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/purelyImplementedCollection/invalidFqName.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/purelyImplementedCollection/invalidFqName.kt @@ -14,8 +14,6 @@ public class A extends AbstractList { public int size() { return 0; } - - static A rawField = null; } // FILE: B.java diff --git a/compiler/testData/diagnostics/testsWithStdLib/purelyImplementedCollection/invalidFqName.txt b/compiler/testData/diagnostics/testsWithStdLib/purelyImplementedCollection/invalidFqName.txt index e9233a123d4..f0752bdf808 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/purelyImplementedCollection/invalidFqName.txt +++ b/compiler/testData/diagnostics/testsWithStdLib/purelyImplementedCollection/invalidFqName.txt @@ -35,9 +35,6 @@ kotlin.jvm.PurelyImplements(value = "") public open class A! public open override /*1*/ /*fake_override*/ fun toArray(/*0*/ p0: kotlin.Array<(out) T!>!): kotlin.Array<(out) T!>! public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String - - // Static members - public/*package*/ final var rawField: (A..A<*>?) } kotlin.jvm.PurelyImplements(value = "[INVALID]") public open class B : java.util.AbstractList {