Fix tests ('infix')
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
data class StringPair(val first: String, val second: String)
|
||||
|
||||
fun String.to(second: String) = StringPair(this, second)
|
||||
infix fun String.to(second: String) = StringPair(this, second)
|
||||
|
||||
fun hashMapOf(<!UNUSED_PARAMETER!>pair<!>: StringPair): MutableMap<String, String> {
|
||||
<!NO_RETURN_IN_FUNCTION_WITH_BLOCK_BODY!>}<!>
|
||||
|
||||
Reference in New Issue
Block a user