Deprecate extension annotation in favor of Extension
This commit is contained in:
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user