Move test for NI to diagnostic tests and add "todo"

This commit is contained in:
Mikhail Zarechenskiy
2017-07-27 22:09:49 +03:00
parent fb72726f08
commit 3fb865e07c
10 changed files with 37 additions and 58 deletions
@@ -0,0 +1,7 @@
package
public val test1f: suspend () -> kotlin.Unit
public val test2f: suspend kotlin.Any.() -> kotlin.Unit
public val test3f: suspend kotlin.Any.(kotlin.Int) -> kotlin.Int
public val test4f: SuspendFn /* = suspend () -> kotlin.Unit */
public typealias SuspendFn = suspend () -> kotlin.Unit