getObjectDescriptors() for lazy classes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
class A {
|
||||
object B {
|
||||
fun foo(a: Int) : String {
|
||||
return ""
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace test
|
||||
|
||||
internal final class test.A : jet.Any {
|
||||
public final /*constructor*/ fun <init>(): test.A
|
||||
internal final val B: test.A.B
|
||||
}
|
||||
Reference in New Issue
Block a user