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