mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-27 15:51:49 +00:00
7 lines
168 B
Plaintext
Vendored
7 lines
168 B
Plaintext
Vendored
public abstract interface JavaBeanAbstractGetter : R|kotlin/Any| {
|
|
public abstract fun getRed(): R|kotlin/Int|
|
|
|
|
public abstract fun getBlue(): R|kotlin/Int|
|
|
|
|
}
|