fix tests in org.jetbrains.kotlin.jvm.compiler

This commit is contained in:
Michael Nedzelsky
2015-09-04 17:54:28 +03:00
parent bc5c9065d2
commit ece8bb07b2
85 changed files with 296 additions and 296 deletions
@@ -4,7 +4,7 @@ public/*package*/ open class ImplementsMapPP {
public/*package*/ constructor ImplementsMapPP()
}
internal abstract class Mine</*0*/ P1, /*1*/ P2> : java.util.Map<P2, P1> {
public abstract class Mine</*0*/ P1, /*1*/ P2> : java.util.Map<P2, P1> {
public constructor Mine</*0*/ P1, /*1*/ P2>()
public abstract /*fake_override*/ fun clear(): kotlin.Unit
public abstract /*fake_override*/ fun containsKey(/*0*/ kotlin.Any!): kotlin.Boolean