mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +00:00
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|
|
|
|
|
}
|