blob: b6090e7f8031629fec48c04919afd1d2745b10dc [file] [log] [blame]
package test
public interface JavaBeanAbstractGetter {
public abstract fun getBlue(): kotlin.Int
public abstract fun getRed(): kotlin.Int
}