Converter:
Functions are final by default in plugin mode
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package demo
|
||||
class Test(i : Int) {
|
||||
open fun test() {
|
||||
fun test() {
|
||||
val i = 10
|
||||
Test(i)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user