mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
Record inner class info for interface and DefaultImpls
This commit is contained in:
11
compiler/testData/codegen/bytecodeText/interfaceDefaultImpl.kt
vendored
Normal file
11
compiler/testData/codegen/bytecodeText/interfaceDefaultImpl.kt
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
interface A {
|
||||
fun foo() = 1
|
||||
|
||||
object C {
|
||||
|
||||
}
|
||||
|
||||
companion object {}
|
||||
}
|
||||
|
||||
// 2 public final static INNERCLASS A\$DefaultImpls A DefaultImpls
|
||||
Reference in New Issue
Block a user