J2K: adapted for default visibility modifier 'public'
This commit is contained in:
@@ -2,7 +2,7 @@ package javaApi
|
||||
|
||||
import kotlinApi.KotlinClass
|
||||
|
||||
public abstract class C(field: Int) : KotlinClass(field) {
|
||||
abstract class C(field: Int) : KotlinClass(field) {
|
||||
|
||||
override fun foo(mutableCollection: MutableCollection<String>, nullableCollection: Collection<Int>?): MutableList<Any> {
|
||||
return super.foo(mutableCollection, nullableCollection)
|
||||
|
||||
Reference in New Issue
Block a user