7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
package test
|
|
|
|
public open class SyntaxErrorInFieldAnnotation : java.lang.Object {
|
|
public constructor SyntaxErrorInFieldAnnotation()
|
|
public final var foo : jet.String?
|
|
}
|