Rename: auto cast -> smart cast
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package
|
||||
|
||||
internal fun test(/*0*/ x: kotlin.Int?, /*1*/ a: A?): kotlin.Unit
|
||||
internal fun A.div(/*0*/ i: kotlin.Int): kotlin.Unit
|
||||
internal fun A?.times(/*0*/ i: kotlin.Int): kotlin.Unit
|
||||
|
||||
internal final class A {
|
||||
public constructor A()
|
||||
internal final fun contains(/*0*/ a: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
internal final fun minus(): kotlin.Unit
|
||||
internal final fun plus(/*0*/ i: kotlin.Int): kotlin.Unit
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
Reference in New Issue
Block a user