9347a48df8
members with invoke have more priority than extensions
9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
annotation class data
|
|
|
|
public class BinaryResponse(~data~val data: () -> String) {
|
|
fun writeResponse() {
|
|
|
|
`data`data()
|
|
}
|
|
}
|