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