Change Signature: Run tests with Kotlin stdlib
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
public inline fun <T, R> with(receiver: T, f: T.() -> R): R = receiver.f()
|
||||
|
||||
open class A {
|
||||
open var p: Int = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user