2476c0299f
Before this commit, we generated regular member functions as constructor enhancement. Now, we generate constructors as constructor enhancement.
19 lines
934 B
Plaintext
Vendored
19 lines
934 B
Plaintext
Vendored
public open class Frame : R|java/lang/Object| {
|
|
public/*package*/ open var accessibleContext: 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 var accessibleContext: 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
|
|
|
|
public/*package*/ open var accessibleContext: 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 constructor(): R|test/JFrame|
|
|
|
|
}
|