Files
kotlin/compiler/testData/loadJava/compiledJava/PackageLocalVisibility.txt
Evgeny Gerashchenko 7f583cc798 Moved remaining case in LoadJavaCustomTest to generated one.
Supported multi-file cases.
2013-03-12 20:40:19 +04:00

7 lines
168 B
Plaintext

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