J2K: do not produce redundant "internal" words for members in an internal class
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import javaApi.WithVarargConstructor
|
||||
|
||||
internal class X {
|
||||
internal fun foo() {
|
||||
fun foo() {
|
||||
val o1 = WithVarargConstructor(1, *arrayOf<Any>("a"))
|
||||
val o2 = WithVarargConstructor(2, arrayOf<Any>("a"), arrayOf<Any>("b"))
|
||||
val o3 = WithVarargConstructor(2, "a")
|
||||
|
||||
Reference in New Issue
Block a user