Parser: allow function types as receiver type for function
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun ([a] T<T>.(A<B>) -> Unit).foo()
|
||||
fun ([a] T<T>.(A<B>) -> C<D, E>).foo();
|
||||
fun [a] ([a] T<T>.(A<B>) -> R).foo() {}
|
||||
fun <A, B> [a] (() -> Unit).foo()
|
||||
[a] fun <A, B> [a] ((A, B) -> Unit).foo()
|
||||
Reference in New Issue
Block a user