J2K: do not produce redundant "internal" words for members in an internal class
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ internal object Outer {
|
||||
}
|
||||
}
|
||||
|
||||
internal fun foo() {
|
||||
fun foo() {
|
||||
val nested1 = Nested1(1)
|
||||
val nested2 = Nested2(2)
|
||||
val nested3 = Nested3(3)
|
||||
|
||||
Reference in New Issue
Block a user