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,5 +1,3 @@
|
||||
fun <T> run(block: () -> T) : T = block()
|
||||
|
||||
fun test1() {
|
||||
run {
|
||||
if (true) {
|
||||
|
||||
Reference in New Issue
Block a user