10 lines
129 B
Kotlin
Vendored
10 lines
129 B
Kotlin
Vendored
package Test
|
|
|
|
import kotlin.<caret>
|
|
|
|
class Test {
|
|
|
|
}
|
|
|
|
// EXIST: Unit, Nothing, collections
|
|
// EXIST_JAVA_ONLY: assert, concurrent |