Don't generate default method implementation in package facade (just delegation)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package foo
|
||||
|
||||
fun simpleFoo(s: Int = 111) {
|
||||
|
||||
}
|
||||
|
||||
// 1 BIPUSH 111
|
||||
// 1 INVOKESTATIC foo/FooPackage-.*\.simpleFoo\$default \(II\)V
|
||||
Reference in New Issue
Block a user