Final in interfaces: deprecation ---> error + relevant test fixes
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
//KT-2382
|
||||
|
||||
interface T {
|
||||
final fun foo() = "OK"
|
||||
}
|
||||
|
||||
class S : T { }
|
||||
|
||||
fun box(): String = S().foo()
|
||||
Reference in New Issue
Block a user