Fix tests ('infix')

This commit is contained in:
Yan Zhulanow
2015-09-30 21:27:45 +03:00
parent 7e8674c6ee
commit 1b01e7a85a
65 changed files with 146 additions and 132 deletions
@@ -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()