Initial internal member mangling

This commit is contained in:
Michael Bogdanov
2015-10-05 11:54:06 +03:00
parent 306ac73eb7
commit 882f6113dc
28 changed files with 364 additions and 30 deletions
@@ -1,6 +1,6 @@
//NO_CHECK_LAMBDA_INLINING
import test.*
internal fun box(): String {
fun box(): String {
return bar { "OK" }.run()
}