3d8d92c7d3
- test data files renamed from *.jet to *.kt
7 lines
102 B
Kotlin
7 lines
102 B
Kotlin
|
|
package toplevelObjectDeclarations
|
|
|
|
object CObj {}
|
|
|
|
object DOjb : <!UNRESOLVED_REFERENCE!>CObj<!> {}
|