11 lines
63 B
Kotlin
Vendored
11 lines
63 B
Kotlin
Vendored
package test
|
|
|
|
import test.A
|
|
|
|
object <caret>A {
|
|
|
|
}
|
|
|
|
class B {
|
|
|
|
} |