Converter:
Functions are final by default in plugin mode
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class B(i : Int) {
|
||||
open fun call() : Int {
|
||||
fun call() : Int {
|
||||
return 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user