Frontend: Avoid retypechecking the right hand side of assignment operators
This commit is contained in:
committed by
Mikhail Glukhikh
parent
41c81d25a0
commit
ab506c1579
@@ -0,0 +1,12 @@
|
||||
package
|
||||
|
||||
public fun box(): kotlin.Unit
|
||||
public fun </*0*/ T> f(): R<T>
|
||||
public operator fun kotlin.Int.plusAssign(/*0*/ y: R<kotlin.Int>): kotlin.Unit
|
||||
|
||||
public final class R</*0*/ T> {
|
||||
public constructor R</*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
|
||||
}
|
||||
Reference in New Issue
Block a user