mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-31 00:21:31 +00:00
7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
package test
|
|
|
|
public open class JFrame : awt.Frame {
|
|
public constructor JFrame()
|
|
protected/*protected and package*/ final var accessibleContext: kotlin.String!
|
|
}
|