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