J2K: do not produce redundant "internal" words for members in an internal class
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
internal class C {
|
||||
internal fun getString(b: Boolean): String? {
|
||||
fun getString(b: Boolean): String? {
|
||||
return if (b) "a" else null
|
||||
}
|
||||
|
||||
internal fun foo(): Int {
|
||||
fun foo(): Int {
|
||||
return getString(true)!!.length()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user