FIR checker: Report VAL_OR_VAR_ON_*_PARAMETER.

This commit is contained in:
Mark Punzalan
2021-05-19 21:31:33 +00:00
committed by teamcityserver
parent 71c5c9f6c5
commit af99ad0736
23 changed files with 178 additions and 90 deletions
@@ -1,5 +1,5 @@
fun test(
val f: String.() -> Int = { length }
f: String.() -> Int = { length }
): Int {
return "".f()
}