Final in interfaces: deprecation ---> error + relevant test fixes
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ package test
|
||||
|
||||
interface InlineTrait {
|
||||
|
||||
inline final fun finalInline(s: () -> String): String {
|
||||
fun finalInline(s: () -> String): String {
|
||||
return s()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user