Tests: add resolve test for named class object
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
class NamedClassObject {
|
||||
class object Named {
|
||||
fun f(): Int = 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
internal final class NamedClassObject {
|
||||
/*primary*/ public constructor NamedClassObject()
|
||||
|
||||
internal class object Named {
|
||||
/*primary*/ private constructor Named()
|
||||
internal final fun f(): kotlin.Int
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user