848863ef93
Groovy scripts files can create PsiClasses with null qualfied names (getQualifiedName()) and names (getName()). #KT-5119 Fixed
11 lines
153 B
Kotlin
11 lines
153 B
Kotlin
package foo
|
|
|
|
class TestKotlin
|
|
|
|
val test = Test<caret>
|
|
|
|
// EXIST: TestKotlin
|
|
// EXIST: TestGroovyNormal
|
|
// EXIST: TestGroovyScript
|
|
// INVOCATION_COUNT: 2
|