[VISUALIZER] Add some tests to ignore list

This commit is contained in:
Ivan Kylchik
2021-02-08 21:43:21 +03:00
committed by TeamCityServer
parent 919591909e
commit ca1b20c7f4
13 changed files with 13 additions and 0 deletions
@@ -1,3 +1,4 @@
// FIR_IGNORE
// T fun (() -> T).invoke(): T
// │ │
fun <T> run(block: () -> T): T = block()