65ea4e184a
- Add utilities to add new attribute to ConeAttributes
- Get rid of FlexibleNullability attribute (it can be easily inferred
for any flexible type at any moment)
- Fix determining of EnhancedNullability attribute
13 lines
369 B
Plaintext
Vendored
13 lines
369 B
Plaintext
Vendored
public open class Frame : R|kotlin/Any| {
|
|
public/*package*/ open field accessibleContext: R|ft<kotlin/String, kotlin/String?>!|
|
|
|
|
public constructor(): R|awt/Frame|
|
|
|
|
}
|
|
public open class JFrame : R|awt/Frame| {
|
|
protected/*protected and package*/ open field accessibleContext: R|ft<kotlin/String, kotlin/String?>!|
|
|
|
|
public constructor(): R|test/JFrame|
|
|
|
|
}
|