FIR: report ABSTRACT_*_NOT_IMPLEMENTED on appropriate intersections
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
interface ILeft {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
interface IRight {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
interface IDerived : ILeft, IRight
|
||||
|
||||
class CDerived : ILeft, IRight
|
||||
|
||||
abstract class ADerived : ILeft, IRight
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
interface ILeft {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user