mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
Record inner class info for interface and DefaultImpls
This commit is contained in:
5
compiler/testData/codegen/boxWithJava/interfaceDefaultImpls/B.java
vendored
Normal file
5
compiler/testData/codegen/boxWithJava/interfaceDefaultImpls/B.java
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
class B {
|
||||
static String test(A x) {
|
||||
return A.DefaultImpls.foo(x);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user