mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 08:31:38 +00:00
8 lines
73 B
Kotlin
8 lines
73 B
Kotlin
// "Create class 'A'" "true"
|
|
package p
|
|
|
|
import p.X.<caret>A
|
|
|
|
class X {
|
|
|
|
} |