Files
kotlin/compiler/testData/loadJava/compiledJava/PackageLocalVisibility.txt
2013-04-29 15:44:07 +04:00

7 lines
167 B
Plaintext

package test
public open class JFrame : awt.Frame {
public constructor JFrame()
protected/*protected and package*/ final var accessibleContext: jet.String?
}