Change Signature: Run tests with Kotlin stdlib
This commit is contained in:
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user