Fix tests ('infix')
This commit is contained in:
@@ -2,7 +2,7 @@ public open class A() {
|
||||
public open val foo: Int? = 1
|
||||
}
|
||||
|
||||
fun Int.bar(i: Int) = i
|
||||
infix fun Int.bar(i: Int) = i
|
||||
|
||||
fun test() {
|
||||
val p = A()
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
public fun test(): kotlin.Unit
|
||||
public fun kotlin.Int.bar(/*0*/ i: kotlin.Int): kotlin.Int
|
||||
public infix fun kotlin.Int.bar(/*0*/ i: kotlin.Int): kotlin.Int
|
||||
|
||||
public open class A {
|
||||
public constructor A()
|
||||
|
||||
Reference in New Issue
Block a user