J2K: do not produce redundant "internal" words for members in an internal class
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
internal class S {
|
||||
internal fun sB(): Boolean {
|
||||
fun sB(): Boolean {
|
||||
return true
|
||||
}
|
||||
|
||||
companion object {
|
||||
internal fun sI(): Int {
|
||||
fun sI(): Int {
|
||||
return 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user