KT-6159: allow local / private functions inlining

This commit is contained in:
Mikhail Glukhikh
2017-03-21 14:50:37 +03:00
parent 127b7c80df
commit de861066bf
7 changed files with 23 additions and 9 deletions
@@ -7,6 +7,5 @@ fun foo() {
bar(t)
}
// TODO: should be available
<caret>local()
}