Report error when free function is called as extension
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(a: (String) -> Unit) {
|
||||
"".<!FREE_FUNCTION_CALLED_AS_EXTENSION!>a<!>()
|
||||
}
|
||||
Reference in New Issue
Block a user