Fix tests ('infix')
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@ package
|
||||
package aaa {
|
||||
public fun a(): kotlin.Unit
|
||||
public fun </*0*/ T> id(/*0*/ t: T): T
|
||||
public fun </*0*/ T> T.foo(/*0*/ t: T): T
|
||||
public infix fun </*0*/ T> T.foo(/*0*/ t: T): T
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user