Added inline annotation check on local funs

This commit is contained in:
Michael Bogdanov
2014-10-10 13:42:10 +04:00
parent 2a1520228e
commit 605c9f48b4
21 changed files with 104 additions and 48 deletions
@@ -1,9 +0,0 @@
fun box(): String {
val s = "OK"
[inline] fun localFun(): String {
return s
}
return localFun()
}