Provide migration of Any functions via super in abstract case
Related to KT-38078
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
// FIR_IDENTICAL
|
||||
// !LANGUAGE: +ForbidSuperDelegationToAbstractFakeOverride
|
||||
// !LANGUAGE: +ForbidSuperDelegationToAbstractFakeOverride +ForbidSuperDelegationToAbstractAnyMethod
|
||||
interface Foo {
|
||||
fun check(): String = "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user