J2K: do not produce redundant "internal" words for members in an internal class
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import java.util.HashSet
|
||||
|
||||
internal class Foo {
|
||||
internal fun foo(o: HashSet<Any?>?) {
|
||||
fun foo(o: HashSet<Any?>?) {
|
||||
val o2: HashSet<Any?>? = o
|
||||
var foo: Int = 0
|
||||
foo = o2!!.size()
|
||||
|
||||
Reference in New Issue
Block a user