Delay abstract class member forbiddance (see KT-45508) to 1.7

This commit is contained in:
Mikhail Glukhikh
2021-09-24 09:06:37 +03:00
committed by TeamCityServer
parent 4f7103b2a1
commit 363680e4c9
2 changed files with 2 additions and 1 deletions
@@ -1,4 +1,5 @@
// FIR_IDENTICAL
// !LANGUAGE: +AbstractClassMemberNotImplementedWithIntermediateAbstractClass
interface A {
fun foo(): Any
}