Regression test #KT-9633 Obsolete

This commit is contained in:
Mikhail Glukhikh
2016-01-28 16:39:53 +03:00
parent 112e54b35a
commit 767729ba2a
3 changed files with 15 additions and 0 deletions
@@ -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
}