Forbid numbered KSuspendFunction interfaces usage as supertypes
#KT-24853 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// SKIP_TXT
|
||||
|
||||
import kotlin.reflect.*
|
||||
|
||||
<!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>class A<!>: <!SUPERTYPE_IS_KSUSPEND_FUNCTION_TYPE!>KSuspendFunction0<Unit><!> {}
|
||||
Reference in New Issue
Block a user