KT-310: Tell the user when something is a property and not a function.
#KT-310 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun f(c: Array<Int>): Int {
|
||||
return c.<!FUNCTION_EXPECTED!>size<!>()
|
||||
}
|
||||
Reference in New Issue
Block a user