FIR: Allow a field override another field with the same name

This commit is contained in:
Denis Zharkov
2020-03-16 15:37:02 +03:00
parent 7203499b7a
commit e1312a752a
9 changed files with 27 additions and 39 deletions
@@ -7,8 +7,6 @@ public open class Frame : R|kotlin/Any| {
public open class JFrame : R|awt/Frame| {
protected/*protected and package*/ open field accessibleContext: R|ft<kotlin/String, kotlin/String?>!|
public/*package*/ open field accessibleContext: R|ft<kotlin/String, kotlin/String?>!|
public constructor(): R|test/JFrame|
}