[Test] Update diagnostics testdata according to allowed suspend fun interfaces

This commit is contained in:
Dmitriy Novozhilov
2021-01-21 17:56:32 +03:00
parent a253b9508e
commit 299272fa6d
6 changed files with 6 additions and 6 deletions
@@ -71,7 +71,7 @@ interface BaseWithGeneric {
fun interface GoodExtensionGeneric : GoodGeneric<String>
fun interface GoodSuspend {
<!FUN_INTERFACE_WITH_SUSPEND_FUNCTION!>suspend<!> fun invoke()
suspend fun invoke()
}
class WithNestedFun<K> {