Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/class/javaBean/JavaBeanAbstractGetter.txt
T
2020-03-19 09:51:01 +03:00

7 lines
168 B
Plaintext
Vendored

public abstract interface JavaBeanAbstractGetter : R|kotlin/Any| {
public abstract fun getBlue(): R|kotlin/Int|
public abstract fun getRed(): R|kotlin/Int|
}