FIR type enhancement: make J2K mapping and changed handling more exact
Related to KT-29937
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
public open class Frame : R|java/lang/Object| {
|
||||
public/*package*/ open property accessibleContext(var): R|ft<java/lang/String, java/lang/String?>|!
|
||||
public/*package*/ get(): R|ft<java/lang/String, java/lang/String?>|!
|
||||
public/*package*/ set(value: R|ft<java/lang/String, java/lang/String?>|!): kotlin/Unit
|
||||
public/*package*/ open property accessibleContext(var): R|ft<kotlin/String, kotlin/String?>|!
|
||||
public/*package*/ get(): R|ft<kotlin/String, kotlin/String?>|!
|
||||
public/*package*/ set(value: R|ft<kotlin/String, kotlin/String?>|!): kotlin/Unit
|
||||
|
||||
}
|
||||
public open class JFrame : R|awt/Frame| {
|
||||
protected/*protected and package*/ open property accessibleContext(var): R|ft<java/lang/String, java/lang/String?>|!
|
||||
protected/*protected and package*/ get(): R|ft<java/lang/String, java/lang/String?>|!
|
||||
protected/*protected and package*/ set(value: R|ft<java/lang/String, java/lang/String?>|!): kotlin/Unit
|
||||
protected/*protected and package*/ open property accessibleContext(var): R|ft<kotlin/String, kotlin/String?>|!
|
||||
protected/*protected and package*/ get(): R|ft<kotlin/String, kotlin/String?>|!
|
||||
protected/*protected and package*/ set(value: R|ft<kotlin/String, kotlin/String?>|!): kotlin/Unit
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user