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
+2 -2
View File
@@ -1,9 +1,9 @@
internal object S {
internal fun sB(): Boolean {
fun sB(): Boolean {
return true
}
internal fun sI(): Int {
fun sI(): Int {
return 1
}
}