Conform functions to extension functions and vice versa
#KT-5989 Fixed
This commit is contained in:
+2
-2
@@ -6,11 +6,11 @@ fun (() -> Unit)?.helloFun1() {
|
||||
fun Function0<Unit>.helloFun2() {
|
||||
}
|
||||
|
||||
fun ExtensionFunction0<String, Unit>.helloFun3() {
|
||||
fun @extension Function1<String, Unit>.helloFun3() {
|
||||
}
|
||||
|
||||
fun Function1<String, Unit>.helloFun4() {
|
||||
}
|
||||
|
||||
fun Any.helloAny() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user