Add ClassBuilderMode.KAPT3 tests

This commit is contained in:
Yan Zhulanow
2017-02-17 16:15:02 +03:00
parent e25e19c4d6
commit 7a5f94129c
17 changed files with 290 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
fun a() = run {
""
}
fun <R> run(block: () -> R): R = block()