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:
@@ -1,6 +1,4 @@
|
||||
fun foo() {
|
||||
fun run(block: () -> Unit) = block()
|
||||
|
||||
class A
|
||||
fun bar() {}
|
||||
(fun <!ANONYMOUS_FUNCTION_WITH_NAME!>bar<!>() {})
|
||||
|
||||
Reference in New Issue
Block a user