KT-6159: allow local / private functions inlining
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun bar(s: String) {}
|
||||
|
||||
fun foo() {
|
||||
|
||||
bar("Test")
|
||||
}
|
||||
Reference in New Issue
Block a user