More tests for decompiling classes with wrong abi version
This commit is contained in:
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
package wrong
|
||||
|
||||
class ClassWithInnerLambda {
|
||||
fun test(a: () -> Unit) = a
|
||||
fun other() {
|
||||
test({})
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package wrong
|
||||
|
||||
trait TraitWithDefault {
|
||||
fun foo() = 1
|
||||
}
|
||||
Reference in New Issue
Block a user