Converter:
Functions are final by default in plugin mode
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import java.util.*
|
||||
public class ForEach() {
|
||||
public open fun test() {
|
||||
public fun test() {
|
||||
val xs = ArrayList<Any>()
|
||||
val ys = LinkedList<Any>()
|
||||
for (x in xs)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import java.util.*
|
||||
public class Lists() {
|
||||
public open fun test() {
|
||||
public fun test() {
|
||||
val xs = ArrayList<Any>()
|
||||
val ys = LinkedList<Any>()
|
||||
val zs = ArrayList<Any>()
|
||||
|
||||
Reference in New Issue
Block a user