mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-02 15:51:50 +00:00
7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
package test
|
|
|
|
public open class SyntaxErrorInFieldAnnotation {
|
|
public constructor SyntaxErrorInFieldAnnotation()
|
|
public final var foo: kotlin.String!
|
|
}
|