Add ClassBuilderMode.KAPT3 tests
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
fun a() = run {
|
||||
""
|
||||
}
|
||||
|
||||
fun <R> run(block: () -> R): R = block()
|
||||
Reference in New Issue
Block a user