blob: 597adaea6c9634c0214763cbd9176a8bc4c32f31 [file]
package test
public trait JavaBeanAbstractGetter {
public abstract fun getBlue(): kotlin.Int
public abstract fun getRed(): kotlin.Int
}