FirSupertypesChecker: implement six more diagnostics
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ interface Supertype1 : suspend () -> Unit {
|
||||
|
||||
}
|
||||
|
||||
interface Supertype2 : suspend String.() -> Unit {
|
||||
interface Supertype2 : <!SUPERTYPE_IS_EXTENSION_FUNCTION_TYPE!>suspend String.() -> Unit<!> {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -9,7 +9,7 @@ fun test() {
|
||||
a <!ARGUMENT_TYPE_MISMATCH!>{}<!>
|
||||
}
|
||||
|
||||
<!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>class Ext<!> : String.() -> Unit {
|
||||
<!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>class Ext<!> : <!SUPERTYPE_IS_EXTENSION_FUNCTION_TYPE!>String.() -> Unit<!> {
|
||||
}
|
||||
|
||||
fun test2() {
|
||||
|
||||
Reference in New Issue
Block a user