提交 7eb653ea 编写于 作者: S Stepan Koltsov

ReadKotlinBinaryClassTest: inner class extend inner class

上级 e5d7eafe
package test
class Outer() {
open class Inner1()
class Inner2() : Inner1()
}
namespace test
final class test.Outer : jet.Any {
final /*constructor*/ fun <init>(): test.Outer
open class test.Outer.Inner1 : jet.Any {
final /*constructor*/ fun <init>(): test.Outer.Inner1
}
final class test.Outer.Inner2 : test.Outer.Inner1 {
final /*constructor*/ fun <init>(): test.Outer.Inner2
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册