J2K: do not produce redundant "internal" words for members in an internal class
This commit is contained in:
@@ -4,7 +4,7 @@ internal object F {
|
||||
|
||||
/*c2*/
|
||||
|
||||
internal fun f1() {
|
||||
fun f1() {
|
||||
}
|
||||
|
||||
|
||||
@@ -13,12 +13,12 @@ internal object F {
|
||||
|
||||
//c4
|
||||
|
||||
internal fun f2() {
|
||||
fun f2() {
|
||||
}
|
||||
|
||||
internal var i: Int? = 0
|
||||
var i: Int? = 0
|
||||
|
||||
internal fun f3() {
|
||||
fun f3() {
|
||||
}
|
||||
|
||||
//c5
|
||||
|
||||
Reference in New Issue
Block a user