J2K: do not produce redundant "internal" words for members in an internal class
This commit is contained in:
@@ -6,7 +6,7 @@ internal class A() {
|
||||
protected constructor(c: Char) : this() {
|
||||
}
|
||||
|
||||
internal constructor(f: Float) : this() {
|
||||
constructor(f: Float) : this() {
|
||||
}
|
||||
|
||||
private constructor(d: Double) : this() {
|
||||
|
||||
Reference in New Issue
Block a user