Deprecate extension annotation in favor of Extension

This commit is contained in:
Denis Zharkov
2015-09-01 13:44:02 +03:00
parent 3597234165
commit 11fed1674e
36 changed files with 72 additions and 71 deletions
@@ -6,7 +6,7 @@ fun (() -> Unit)?.helloFun1() {
fun Function0<Unit>.helloFun2() {
}
fun @extension Function1<String, Unit>.helloFun3() {
fun @Extension Function1<String, Unit>.helloFun3() {
}
fun Function1<String, Unit>.helloFun4() {