J2K: do not produce redundant "internal" words for members in an internal class
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import java.io.IOException
|
||||
|
||||
internal class A {
|
||||
internal fun foo() {
|
||||
fun foo() {
|
||||
try {
|
||||
bar()
|
||||
} catch (e: RuntimeException) {
|
||||
|
||||
Reference in New Issue
Block a user