FIR Java: record Java types with flexible nullability
This commit is contained in:
committed by
teamcityserver
parent
1f48092ec1
commit
fc7f589caa
@@ -1,11 +1,11 @@
|
||||
public open class Frame : R|kotlin/Any| {
|
||||
public/*package*/ open field accessibleContext: R|ft<kotlin/String, kotlin/String?>!|
|
||||
public/*package*/ open field accessibleContext: R|ft<@FlexibleNullability 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?>!|
|
||||
protected/*protected and package*/ open field accessibleContext: R|ft<@FlexibleNullability kotlin/String, kotlin/String?>!|
|
||||
|
||||
public constructor(): R|test/JFrame|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user