package test

public open class NotNullField {
    public constructor NotNullField()
    public final var hi: kotlin.String
}
