Addressed review comments + additional test
This commit is contained in:
committed by
Roman Shevchenko
parent
44bfa867e5
commit
eaa2830596
4
testData/src/pkg/TestSuspendLambda.kt
Normal file
4
testData/src/pkg/TestSuspendLambda.kt
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
val sl1: suspend () -> Unit = {
|
||||
println("SL1")
|
||||
}
|
||||
Reference in New Issue
Block a user