package test

public open class WrongFieldName {
    public constructor WrongFieldName()
    public final var foo: kotlin.String!
}
