Change Signature: Run tests with Kotlin stdlib

This commit is contained in:
Alexey Sedunov
2015-10-29 16:15:06 +03:00
parent 4f09bdfe70
commit 6a72b51677
42 changed files with 9 additions and 82 deletions
@@ -1,5 +1,3 @@
public inline fun <T, R> with(receiver: T, f: T.() -> R): R = receiver.f()
class C {
fun String.<caret>foo() {
with(1) {