Files
kotlin/compiler/testData/loadJava/kotlinSignature/error/SyntaxErrorInFieldAnnotation.txt
Evgeny Gerashchenko 6ab081d969 Regenerated test data.
2012-12-27 20:46:58 +04:00

7 lines
177 B
Plaintext

package test
public open class SyntaxErrorInFieldAnnotation : java.lang.Object {
public constructor SyntaxErrorInFieldAnnotation()
public final var foo : jet.String?
}