Remove traces of class object constraints feature from parser, frontend, tests and psi
This commit is contained in:
@@ -78,13 +78,6 @@ package Jet87 {
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
internal final class Test</*0*/ T> {
|
||||
public constructor Test</*0*/ T>()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
internal final class Test1</*0*/ T : Jet87.A> where T : Jet87.B {
|
||||
public constructor Test1</*0*/ T : Jet87.A>() where T : Jet87.B
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
|
||||
Reference in New Issue
Block a user