J2K: do not produce redundant "internal" words for members in an internal class
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user