Files
Dmitriy Novozhilov af60681705 [FIR] Save declarations in metadata in source order
^KT-54792 Fixed
^KT-54801
^KT-54800
2023-05-09 07:36:32 +00:00

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|
}