restored priorities
members with invoke have more priority than extensions
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
annotation class data
|
||||
|
||||
public class BinaryResponse(~data~val data: () -> String) {
|
||||
fun writeResponse() {
|
||||
|
||||
`data`data()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user