Don't generate default method implementation in package facade (just delegation)

This commit is contained in:
Mikhael Bogdanov
2014-05-16 18:33:13 +04:00
parent 391d40e792
commit 380f1875b8
3 changed files with 24 additions and 4 deletions
@@ -0,0 +1,8 @@
package foo
fun simpleFoo(s: Int = 111) {
}
// 1 BIPUSH 111
// 1 INVOKESTATIC foo/FooPackage-.*\.simpleFoo\$default \(II\)V