J2K: do not produce redundant "internal" words for members in an internal class

This commit is contained in:
Valentin Kipyatkov
2015-09-16 21:50:01 +03:00
parent 367b32c309
commit 0cc2158ec1
260 changed files with 459 additions and 448 deletions
@@ -1,7 +1,7 @@
import java.util.HashSet
internal class Foo {
internal fun foo(o: HashSet<Any>) {
fun foo(o: HashSet<Any>) {
val o2 = o
var foo = 0
foo = o2.size()