Rename: NO_RECEIVER_ADMITTED -> NO_RECEIVER_ALLOWED

This commit is contained in:
Svetlana Isakova
2014-10-03 14:32:38 +04:00
parent cd3dc5998f
commit c0eb894bd9
5 changed files with 5 additions and 5 deletions
@@ -7,5 +7,5 @@ fun test1(f: String.() -> Unit) {
fun test2(f: (Int) -> Int) {
1.<!UNRESOLVED_REFERENCE!>f<!>(2)
2.<!NO_RECEIVER_ADMITTED!>(f)<!>(2)
2.<!NO_RECEIVER_ALLOWED!>(f)<!>(2)
}