d1409116f3
- Disable class level keywords from method parameters list - Reorganize completion tests to separate methods
9 lines
162 B
Kotlin
9 lines
162 B
Kotlin
package testdata.kotlin.data
|
|
|
|
class TestSample() {
|
|
fun main(args : Array<String>) {
|
|
testdata.kot<caret>lin.data.TestSample()
|
|
}
|
|
}
|
|
|
|
// EXIST: kotlin |