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