Enable suspend in fun interfaces by default
#KT-45836 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
572c0b2ade
commit
b5ecccb610
@@ -0,0 +1,3 @@
|
||||
fun interface FIC {
|
||||
suspend fun foo()
|
||||
}
|
||||
Reference in New Issue
Block a user