5cb949ad7f
In 1.3, due to changes in language, testdata for some tests can be different from 1.2 We want to simlultaneously test both versions, so instead of fixing language version in such tests, we split them into two: one with fixed 1.2, another with fixed 1.3
14 lines
478 B
Plaintext
Vendored
14 lines
478 B
Plaintext
Vendored
package
|
|
|
|
package a {
|
|
public val a: kotlin.collections.MutableSet<kotlin.String>? = null
|
|
|
|
public final class R {
|
|
public constructor R()
|
|
public final val b: kotlin.String? = null
|
|
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
|
|
}
|
|
}
|