Minor. removed functions which declared in Standard.kt from diagnostic testdata.
Removed declaration for functions: TODO, run, with, apply, let.
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
|
||||
package p
|
||||
|
||||
fun <T> run(f: () -> T): T {
|
||||
return f()
|
||||
}
|
||||
|
||||
private fun foo(a: Int) = run {
|
||||
object {
|
||||
inner class A
|
||||
|
||||
Reference in New Issue
Block a user