package test

public open class NotNullField : java.lang.Object {
    public constructor NotNullField()
    public final var hi : jet.String
}
