J2K: do not produce redundant "internal" words for members in an internal class
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import kotlinApi.KotlinTrait
|
||||
|
||||
internal class C {
|
||||
internal fun foo() {
|
||||
fun foo() {
|
||||
val t = object : KotlinTrait {
|
||||
override fun nullableFun(): String? {
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user