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
@@ -5,6 +5,5 @@ fun foo() {
bar("Test")
}
// TODO: should be available
<caret>local()
}