Add UltraLightFacadeClassTest

This commit is contained in:
Igor Yakovlev
2019-05-27 19:55:30 +03:00
parent 8707edfaa3
commit 2a729082a0
21 changed files with 431 additions and 6 deletions
@@ -0,0 +1,5 @@
/** should load cls */
suspend fun doSomething(foo: String): Int {}
fun <T> async(block: suspend () -> T)