Update diagnostic tests

This commit is contained in:
Mikhael Bogdanov
2021-07-21 10:30:45 +02:00
parent 0cccb76652
commit cc5ba4c0af
18 changed files with 32 additions and 127 deletions
@@ -1,3 +1,4 @@
// !LANGUAGE: -SuspendFunctionAsSupertype
// SKIP_TXT
import kotlin.reflect.*
@@ -1,3 +1,4 @@
// !LANGUAGE: -SuspendFunctionAsSupertype
// SKIP_TXT
import kotlin.reflect.*
@@ -1,3 +1,4 @@
// !LANGUAGE: -SuspendFunctionAsSupertype
typealias Action = () -> Unit
interface SAM {
@@ -1,3 +1,4 @@
// !LANGUAGE: -SuspendFunctionAsSupertype
typealias Action = () -> Unit
interface SAM {