FIR: don't allow SEALED callable modality anymore
This commit is contained in:
committed by
TeamCityServer
parent
67d1c35f19
commit
4608ca15eb
+1
-1
@@ -8,7 +8,7 @@ interface B {
|
||||
abstract var bar: Unit
|
||||
}
|
||||
|
||||
<!MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED!>interface C<!> : A, B
|
||||
interface C : A, B
|
||||
|
||||
abstract class D(sealed var x: Int) {
|
||||
abstract var y: Unit
|
||||
|
||||
Reference in New Issue
Block a user