package test

public open class Simple : java.lang.Object {
    public constructor Simple()
    public open fun foo() : Unit
}
