Converter:

Functions are final by default in plugin mode
This commit is contained in:
Pavel V. Talanov
2013-11-19 16:52:57 +04:00
parent bf4e27b152
commit d98d8cfa7f
88 changed files with 168 additions and 162 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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>()