Invoke top level function with default argument using src class

This commit is contained in:
Natalia.Ukhorskaya
2013-04-09 16:25:21 +04:00
parent ce5ad80881
commit 1dce3b5da4
3 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
fun foo(a: Int = 1) {}
//0 _DefaultPackage.foo
//3 INVOKESTATIC _DefaultPackage\$src\$