Regression test #KT-9633 Obsolete
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
// KT-9633: SOE occurred before
|
||||
interface A<<!FINITE_BOUNDS_VIOLATION!>T : A<in T><!>>
|
||||
@@ -0,0 +1,7 @@
|
||||
package
|
||||
|
||||
public interface A</*0*/ T : A<in 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
|
||||
}
|
||||
Reference in New Issue
Block a user