FirSupertypesChecker: implement six more diagnostics
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
FILE: supertypeGenericsComplex.kt
|
||||
public final class Out<out T> : R|kotlin/Any| {
|
||||
public open class Out<out T> : R|kotlin/Any| {
|
||||
public constructor<out T>(): R|Out<T>| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
class Out<out T>
|
||||
open class Out<out T>
|
||||
|
||||
interface X : <!INTERFACE_WITH_SUPERCLASS!>Out<String><!>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user