restored priorities

members with invoke have more priority than extensions
This commit is contained in:
Svetlana Isakova
2013-07-02 21:50:11 +04:00
parent 54e1cf0879
commit 9347a48df8
4 changed files with 62 additions and 32 deletions
@@ -0,0 +1,8 @@
annotation class data
public class BinaryResponse(~data~val data: () -> String) {
fun writeResponse() {
`data`data()
}
}